fix(composer): serialize sends and snapshot drafts across the composer - #1567
Queued
eleboucher wants to merge 3 commits into
Queued
fix(composer): serialize sends and snapshot drafts across the composer#1567eleboucher wants to merge 3 commits into
eleboucher wants to merge 3 commits into
Conversation
eleboucher
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 1, 2026 15:33
3a6b501 to
31fa012
Compare
eleboucher
force-pushed
the
stack/6-serialize-composer-sends
branch
2 times, most recently
from
August 4, 2026 09:26
0584d76 to
c6a21a2
Compare
eleboucher
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 4, 2026 12:02
c6a21a2 to
72eec74
Compare
eleboucher
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 5, 2026 22:11
72eec74 to
3ff80a0
Compare
7w1
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 6, 2026 02:13
3ff80a0 to
41c8be5
Compare
7w1
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 6, 2026 02:29
41c8be5 to
b26d5c9
Compare
7w1
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 6, 2026 02:36
b26d5c9 to
f994ac2
Compare
7w1
force-pushed
the
stack/6-serialize-composer-sends
branch
from
August 6, 2026 02:46
f994ac2 to
4f1f2ef
Compare
7w1
approved these changes
Aug 6, 2026
Contributor
Deploying with
|
| Status | Preview URL | Commit | Alias | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! | https://pr-1567-sable.raspy-dream-bb1d.workers.dev | 31e30c7 | pr-1567 |
Thu, 06 Aug 2026 03:13:26 GMT |
7w1
added this pull request to the merge queue
Aug 6, 2026
Any commits made after this event will not be merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
sends weren't serialized so a slow one could interleave with the next, and the editor cleared before the send resolved so a failure lost your draft.
sends go through a per-composer queue now, draft and reply are snapshotted on submit and put back if it fails.
attachments, polls, location and audio all send through one onSubmit so they share the queue. location and poll dialogs show errors and disable while sending.
sendDelayedMessage takes an event type instead of hardcoding m.room.message.
Fixes #
Type of change
Checklist:
AI disclosure: