forked-synapse/synapse/events
Richard van der Hoff 26f2bfedbf
Factor out a separate EventContext.for_outlier (#10883)
Constructing an EventContext for an outlier is actually really simple, and
there's no sense in going via an `async` method in the `StateHandler`.

This also means that we can resolve a bunch of FIXMEs.
2021-09-22 17:58:57 +01:00
..
__init__.py Include outlier status in str(event) for V2/V3 events (#10879) 2021-09-22 12:30:59 +01:00
builder.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
presence_router.py Port the PresenceRouter module interface to the new generic interface (#10524) 2021-08-17 13:22:45 +00:00
snapshot.py Factor out a separate EventContext.for_outlier (#10883) 2021-09-22 17:58:57 +01:00
spamcheck.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
third_party_rules.py Port the ThirdPartyEventRules module interface to the new generic interface (#10386) 2021-07-20 12:39:46 +02:00
utils.py Rename MSC2716 things from chunk to batch to match /batch_send endpoint (#10838) 2021-09-21 15:06:28 -05:00
validator.py Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00