You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported on Talk by am.zooni and a couple of other people. Only seems to occur for relatively long PM conversations.
The PM inbox requests conversation messages by conversation_id without specifying a sort order. talkClient.type('messages').get({conversation_id, page_size: count}) # show all of them
I'd expect the resulting query to come back sorted by message ID, but the responses are being returned in a seemingly random order. This makes it pretty much impossible to follow the thread of a conversation in your inbox.
Here's a sample response supplied by am.zooni for conversation 2387
Reported on Talk by am.zooni and a couple of other people. Only seems to occur for relatively long PM conversations.
The PM inbox requests conversation messages by
conversation_id
without specifying a sort order.talkClient.type('messages').get({conversation_id, page_size: count}) # show all of them
I'd expect the resulting query to come back sorted by message ID, but the responses are being returned in a seemingly random order. This makes it pretty much impossible to follow the thread of a conversation in your inbox.
Here's a sample response supplied by am.zooni for conversation 2387
The text was updated successfully, but these errors were encountered: