Skip to content

WIP: fix: Apply reactions that arrived before the message at later time#8415

Draft
j-g00da wants to merge 1 commit into
mainfrom
j-g00da/pending-reactions
Draft

WIP: fix: Apply reactions that arrived before the message at later time#8415
j-g00da wants to merge 1 commit into
mainfrom
j-g00da/pending-reactions

Conversation

@j-g00da

@j-g00da j-g00da commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

A new table pending_reactions is now used,
to store reactions that arrived before the referenced message.

When receiving a new message, pending_reactions is checked and any any reactions that arrived earlier are applied.

Fixes: #8367

@j-g00da

j-g00da commented Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Draft; todo: tests, docs, todo comment

A new table `pending_reactions` is now used,
to store reactions that arrived before the referenced
message.

When receiving a new message, pending_reactions is checked
and any any reactions that arrived earlier are applied.

Fixes: #8367
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
@j-g00da j-g00da force-pushed the j-g00da/pending-reactions branch from f85fa9d to 3673be0 Compare July 13, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reactions received before the message reacted to are trashed

1 participant