This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 831
Add labs flag for Threads Activity Centre #12137
Merged
Merged
Changes from 15 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b317093
Add `Thread Activity centre` labs flag
florianduros a07196b
Rename translation string
florianduros 927eeb6
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros 007c4f5
Update supportedLevels
florianduros 7f9a9d9
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros c83559b
Fix labs subsection test
florianduros b226a08
Update Threads Activity Centre label
florianduros 3734924
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros 5b854dc
Make threads activity centre labs flag split out unread counts
dbkr ba9ad07
Fix tests
dbkr f2dc6f9
Simpler fix
dbkr 1e4b378
Merge pull request #12156 from matrix-org/dbkr/split_unread_counts
dbkr 7a72dd8
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros c66da31
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros 3279050
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros c6683d2
Pass in & cache the status of the TAC labs flag
dbkr 67550c1
Pass includeThreads as setting to doesRoomHaveUnreadMessages too
dbkr c9eccdc
Fix tests
dbkr 469667d
Merge branch 'develop' into florianduros/threads/labs-flag
florianduros File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Settings isn't very performant, could we pass this value in and only read it periodically? I presume this method is called significantly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... kinda. I'm considering whether it would be simpler to memoise settings getters...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, done