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
Allow selecting "prejoin" events by state keys #14642
Merged
Merged
Commits on Dec 7, 2022
-
David Robertson committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for f03b305 - Browse repository at this point
Copy the full SHA f03b305View commit details -
David Robertson committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for c801ce7 - Browse repository at this point
Copy the full SHA c801ce7View commit details -
David Robertson committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 8ed2d93 - Browse repository at this point
Copy the full SHA 8ed2d93View commit details -
Don't use trial/our TestCase where it's not needed
Before: ``` $ time trial tests/events/test_utils.py > /dev/null real 0m2.277s user 0m2.186s sys 0m0.083s ``` After: ``` $ time trial tests/events/test_utils.py > /dev/null real 0m0.566s user 0m0.508s sys 0m0.056s ```
David Robertson committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for eb0bbbe - Browse repository at this point
Copy the full SHA eb0bbbeView commit details -
Helper to upsert to event fields
without exceeding size limits.
David Robertson committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for c6199a3 - Browse repository at this point
Copy the full SHA c6199a3View commit details -
Use helper when adding invite/knock state
Now that we allow admins to include events in prejoin room state with arbitrary state keys, be a good Matrix citizen and ensure they don't accidentally create an oversized event.
David Robertson committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for ddc563c - Browse repository at this point
Copy the full SHA ddc563cView commit details -
David Robertson committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 33a559f - Browse repository at this point
Copy the full SHA 33a559fView commit details
Commits on Dec 12, 2022
-
Merge branch 'develop' into dmr/more-specific-prejoin-state
David Robertson authoredDec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for a5f6178 - Browse repository at this point
Copy the full SHA a5f6178View commit details -
Merge remote-tracking branch 'origin/develop' into dmr/more-specific-…
…prejoin-state
David Robertson committedDec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for d4b86c1 - Browse repository at this point
Copy the full SHA d4b86c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe30c5d - Browse repository at this point
Copy the full SHA fe30c5dView commit details -
Add extra methods to StateFilter
David Robertson committedDec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 1bc0f13 - Browse repository at this point
Copy the full SHA 1bc0f13View commit details -
David Robertson committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 11124ed - Browse repository at this point
Copy the full SHA 11124edView commit details -
Ensure test file enforces typed defs; alphabetise
David Robertson committedDec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for af032d2 - Browse repository at this point
Copy the full SHA af032d2View commit details -
Workaround surprising get_current_state_ids
David Robertson committedDec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 837f6c2 - Browse repository at this point
Copy the full SHA 837f6c2View commit details -
David Robertson committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 23ca964 - Browse repository at this point
Copy the full SHA 23ca964View commit details
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.