Add basic impl for room history ACL on GET /messages client API

This commit is contained in:
Erik Johnston 2015-07-02 16:20:10 +01:00
parent 6825eef955
commit 1a60545626
3 changed files with 95 additions and 3 deletions

View file

@ -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"