How does AnswerOverflow determine ordering (2 part question)
part 2: how does it determine ordering for the messages in each forum/thread?
Looking at https://github.com/AnswerOverflow/AnswerOverflow/blob/main/packages/api/src/router/messages/messages.ts#L51, it appears it just follows the ordering of whatever discord gives it, but wanted to verify here.
2. It just orders them as they're sent