mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:24:48 -04:00
Add basic impl for room history ACL on GET /messages client API
This commit is contained in:
parent
6825eef955
commit
1a60545626
3 changed files with 95 additions and 3 deletions
|
@ -75,6 +75,8 @@ class EventTypes(object):
|
|||
Redaction = "m.room.redaction"
|
||||
Feedback = "m.room.message.feedback"
|
||||
|
||||
RoomHistoryVisibility = "m.room.history_visibility"
|
||||
|
||||
# These are used for validation
|
||||
Message = "m.room.message"
|
||||
Topic = "m.room.topic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue