This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
initial cut at a room summary API #3574
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
7b7fd27
untested attempt at deduplicating lazy-loaded members
ara4n c341d81
Merge branch 'develop' into matthew/remove_redundant_lazy_members
ara4n f7bd5da
add include_redundant_members filter option & make it work
ara4n 589e5aa
merge and apply isort
ara4n 8e66dd1
merge in #2970
ara4n a08b37b
fix bad merge
ara4n 7362e6c
make /context lazyload & filter aware
ara4n cd28d2f
speed up /members and add at= and membership params
ara4n a17f0b6
make it work
ara4n 9ba6ef2
Merge branch 'matthew/lazy_load_apis' into matthew/members_at
ara4n c6117fa
make it work
ara4n 8f1585d
make filtering work
ara4n 42308c0
initial cut at a room summary API
ara4n 0beeecf
remove debug log
ara4n 63ce31b
namespace the summary fields correctly
ara4n c8cbede
fix key typo
bwindels f9c3c26
Merge branch 'matthew/filter_members' into matthew/remove_redundant_l…
ara4n c2870ab
Merge branch 'matthew/remove_redundant_lazy_members' into matthew/laz…
ara4n ffb7a4c
Merge branch 'matthew/lazy_load_apis' into matthew/members_at
ara4n c1c6ff1
Merge branch 'matthew/members_at' into matthew/room_summary
ara4n 7d99b0e
changelog
ara4n cd27a77
changelog
ara4n 4018a6d
changelog
ara4n c238a88
changelog
ara4n 1ba3683
return the correct counts & self-exclude from heros
ara4n f129390
spell heroes correctly
ara4n e61071a
fix heroes definition to match MSC
ara4n d32e5f8
Merge branch 'matthew/filter_members' into matthew/remove_redundant_l…
ara4n 238f750
deduplicating redundant members via event_id rather than mxid
ara4n 2a79e1a
Merge branch 'matthew/remove_redundant_lazy_members' into matthew/laz…
ara4n 48f3e43
Merge branch 'matthew/lazy_load_apis' into matthew/members_at
ara4n 7cc81ed
Merge branch 'matthew/members_at' into matthew/room_summary
ara4n 08af91d
fix merge fail
ara4n e76254b
Merge branch 'matthew/members_at' into matthew/room_summary
ara4n e952368
incorporate review
ara4n 2d9c062
Merge branch 'develop' into matthew/members_at
ara4n eebee08
convert /members?at= to take a stream token
ara4n 5df2c36
Merge branch 'develop' into matthew/room_summary
ara4n d0c0d72
incorporate all the review feedback
ara4n b327e07
fix use of get_recent_event_ids_for_room
ara4n 9e4acb7
Merge branch 'matthew/members_at' into matthew/room_summary
ara4n 32bf4fa
return early rather than big if blocks
ara4n 859ad35
incorporate PR review
ara4n dd4498f
Merge branch 'develop' into matthew/members_at
ara4n 217d5dd
Merge branch 'develop' into matthew/members_at
ara4n 8442478
Merge branch 'matthew/members_at' into matthew/room_summary
ara4n f5189b9
remove incorrectly reintroduced method
richvdh 0d5770d
cleanups
richvdh c2d9c96
Merge branch 'matthew/members_at' into matthew/room_summary
richvdh dc085c0
Merge remote-tracking branch 'origin/develop' into matthew/room_summary
richvdh 7306074
remove spurious changelogs
richvdh c3cdc21
factor out get_lazy_loaded_members_cache
ara4n 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
implement `summary` block in /sync response as per MSC688 |
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
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.
grr. can you fix the docstring while you are there?