Fix calculation of `lastMessageID` when removing other conversation participants
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 10 Feb 2022 10:33:50 +0000 (11:33 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 10 Feb 2022 10:33:50 +0000 (11:33 +0100)
commit8453d7aa92546dfe172b7ecb5784b941db47a921
tree4701fc4afe9820ae3988075471509254fe60130e
parent8f502c64a5c2052e3e3ce4916f66ee4f4c9112df
Fix calculation of `lastMessageID` when removing other conversation participants

Without this `ORDER BY` usually the first visible message would've been set as
the `lastMessageID`, as that's the first row within the `conversation_message`
table.
files/lib/data/conversation/ConversationEditor.class.php