mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
Otherwise it looks like the message creating a protected group is not verified. For this, use `sent_timestamp` of the received message as an upper limit of the sort timestamp (`msgs.timestamp`) of the protection message. As the protection message is added to the chat earlier, this way its timestamp is always less or eq than the received message's timestamp.