mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
Apparently, our edit-message events did not guarantee that the outer wrapper dictionary, which is intended to be unique for each client, was unique for every client (instead only ensuring it was unique for each user). This led to clients unexpectedly getting last_event_id validation errors in this code path when a user had multiple connected clients, because the linear ordering of event IDs within a given queue was corrupted.
46 KiB
46 KiB