mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
If a user deletes message between when it triggered a potential push notification for another user, and when that notification was actually sent, we'd end up with a situation where the `Message` table didn't have an entry for the requested message ID. The clean fix for this is to still throw an exception in the event that the message doesn't exist at all, but if it exists in ArchivedMessage, don't throw a user-facing exception.
30 KiB
30 KiB