Revert "Incorrect sort order when the user was removed"
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 13 Jun 2022 10:13:49 +0000 (12:13 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 13 Jun 2022 10:16:37 +0000 (12:16 +0200)
commitab9ba5e3ab8cec559513b47cb76c46236293b1e0
treee2eebf9ce7a8ffc49343c9a44b3e05b57d8e7fd2
parent04514d926caa0d0d8566e04f58d4ebfce206d09a
Revert "Incorrect sort order when the user was removed"

This fix is an insufficient fix for the issue:

1. It sorts all conversations strictly by the last message instead of hoisting
   the unread conversations at the top as it previously worked.
2. The issue is in reading the conversations from the database. Even if the
   conversation will no longer appear pinned to the top, it will never be able
   to leave the dropdown either.

This reverts commit 04514d926caa0d0d8566e04f58d4ebfce206d09a.
files/lib/data/conversation/ConversationAction.class.php