summary refs log tree commit diff
path: root/synapse/api/constants.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-14 11:13:37 +0100
committerErik Johnston <erik@matrix.org>2022-09-14 11:13:37 +0100
commit69beef22c2c99a07d678b78a282bfe5fdd2cc6f2 (patch)
tree3a7f66596d9a9028cdf6ff6186bf80d86dfa5b21 /synapse/api/constants.py
parentfix tests to reflect new reality (diff)
parentFix bug in device list caching when remote users leave rooms (#13749) (diff)
downloadsynapse-69beef22c2c99a07d678b78a282bfe5fdd2cc6f2.tar.xz
Merge remote-tracking branch 'origin/develop' into shay/batch_events
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r--synapse/api/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index c73aea622a..c178ddf070 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -258,7 +258,6 @@ class GuestAccess: class ReceiptTypes: READ: Final = "m.read" READ_PRIVATE: Final = "m.read.private" - UNSTABLE_READ_PRIVATE: Final = "org.matrix.msc2285.read.private" FULLY_READ: Final = "m.fully_read"