This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Support thread IDs on receipts (implement MSC3771)#13202
Closed
clokep wants to merge 14 commits intoclokep/thread-notifsfrom
Closed
Support thread IDs on receipts (implement MSC3771)#13202clokep wants to merge 14 commits intoclokep/thread-notifsfrom
clokep wants to merge 14 commits intoclokep/thread-notifsfrom
Conversation
b2d9b72 to
9f0c43a
Compare
Member
Author
|
I think this needs to pull in #13181 to mark specific threads as read. |
c87ebec to
2b922b0
Compare
2b922b0 to
c96aedb
Compare
50a1187 to
b091d58
Compare
0faf7dd to
5a0feda
Compare
clokep
commented
Aug 1, 2022
Comment on lines
-290
to
-379
| # XXX All threads should have the same stream ordering? | ||
| max_summary_stream_ordering = max( | ||
| summary_stream_ordering, max_summary_stream_ordering | ||
| ) |
Member
Author
There was a problem hiding this comment.
Something seems a little off in this code -- should each thread have it's own summary stream ordering or each room? The code needs to be audited either way to ensure that we're doing the proper thing here.
b091d58 to
a6d67c2
Compare
3996cde to
69c4fe4
Compare
a6d67c2 to
9b92fce
Compare
408f069 to
fa237ad
Compare
7d3e937 to
d56296a
Compare
f0ab6a7 to
cd23807
Compare
cd23807 to
72d567d
Compare
72d567d to
185b038
Compare
This was referenced Sep 6, 2022
Member
Author
|
Based on feedback in #13181, some of this is going to be reworked; I'm going to close this for now. |
Member
Author
|
See #13782 for a replacement PR. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Track thread IDs for receipts, implementing MSC3771.
Depends on #13198, #13181.
Part of #12550.
TODO
/versionsparameter.