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
Was checking out inbox and I noticed there's a sort on the getUserConversations api call but when a conversation receives a new comment it's not being pushed to the top.
I'm guessing that when a new comment is added to a conversation, updatedAt isn't being updated on the parent table.
Would be nice to see when the comment came in from the inbox screen too. Maybe replace the createDate of the conversation with updatedAt?
Happy to put in a PR to fix this if someone want's to confirm I'm correct about updatedAt not being updated.
The text was updated successfully, but these errors were encountered:
Was checking out inbox and I noticed there's a sort on the getUserConversations api call but when a conversation receives a new comment it's not being pushed to the top.
I'm guessing that when a new comment is added to a conversation, updatedAt isn't being updated on the parent table.
Would be nice to see when the comment came in from the inbox screen too. Maybe replace the createDate of the conversation with updatedAt?
Happy to put in a PR to fix this if someone want's to confirm I'm correct about updatedAt not being updated.
The text was updated successfully, but these errors were encountered: