Implement MSC2625 (unread counters)#890
Merged
babolivier merged 6 commits intodevelopfrom Jun 17, 2020
Merged
Conversation
2 tasks
richvdh
approved these changes
Jun 16, 2020
Member
richvdh
left a comment
There was a problem hiding this comment.
looks generally good to me, though it's a bit of a shame that servers that don't implement msc2625 will fail.
maybe if the attempt to add the push rule fails with a 400, we should skip the test rather than failing it? (which you can do with die "SKIP: <message>", iirc).
anoadragon453
added a commit
that referenced
this pull request
Aug 4, 2020
* origin/release-v1.16.0: (21 commits) Add missing DB Fix typing leak test to use /sync and true Use /sync and not /events for invite tests Use true not 1 when setting typing Revert "Merge mainline release v1.15.1 into dinsic" Use matrix_invite_user_to_room_synced on remote invite tests Remove unused variables. (#899) remove testing file Update tests/30rooms/20typing.pl Make invite tests use /sync not room /initialSync Refactor to log typing events and bail earlier perldoc Get the operator correct Don't fail the test if there are users typing on the stop typing test Make typing tests use /sync not /events Remove dependency on room initial sync for name/topic tests Fix a warning about referencing a scalar. (#893) Add event ID to /send_join requests rather than 'xxx' Implement MSC2625 (unread counters) (#890) Allow filename= formatted Content-Disposition (#892) ...
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.
Test for matrix-org/synapse#7673
This is basically hacking
Messages that notify from another user increment unread notification countso it also runs for the action specified in MSC2625.