feat: resend pinned state in broadcast channels - #8549
Merged
Conversation
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 6, 2026 10:44
c7fe55d to
1b14904
Compare
r10s
force-pushed
the
r10s/pinned-messages
branch
from
August 6, 2026 10:45
1cfd1f9 to
5c78cf4
Compare
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 6, 2026 10:45
1b14904 to
d773383
Compare
r10s
force-pushed
the
r10s/pinned-messages
branch
6 times, most recently
from
August 6, 2026 15:41
dbe718a to
4c170ed
Compare
Merged
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 6, 2026 16:16
d773383 to
01c0200
Compare
r10s
force-pushed
the
r10s/pinned-messages
branch
from
August 6, 2026 16:19
4c170ed to
fa24393
Compare
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 6, 2026 16:20
01c0200 to
73820b5
Compare
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
6 times, most recently
from
August 10, 2026 09:20
ac5e555 to
c5d1cde
Compare
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 10, 2026 10:45
c5d1cde to
abea135
Compare
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 10, 2026 10:53
abea135 to
6af1a00
Compare
r10s
marked this pull request as ready for review
August 10, 2026 10:53
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
3 times, most recently
from
August 10, 2026 12:02
30e1791 to
f0614fb
Compare
Hocuri
approved these changes
Aug 10, 2026
r10s
force-pushed
the
r10s/pinned-messages-on-joining
branch
from
August 10, 2026 17:07
f0614fb to
a710512
Compare
r10s
enabled auto-merge (squash)
August 10, 2026 17:09
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.
this PR adds the "message pinned state" to the "reaction state" that is already sent together with resent channel messages since #8496.
this change is done in the first commit, and in fact only changes few lines (one can consider to rename "broadcast_reactions.rs" and related stuff to "broadcast_state.rs" in another PR: i did not to that in this PR to keep diff and review simple).
moreover, in the second commit ,the "selection of messages to resent" is changed to keep an additional focus on the pinned messages, so that the most recent pinned messages are resent as well.
successor of #8496 and #8546