mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Rename key and values for m.room.history_visibility. Support 'invited' value
This commit is contained in:
parent
c3e2600c67
commit
fb47c3cfbe
4 changed files with 61 additions and 24 deletions
|
@ -75,7 +75,7 @@ def prune_event(event):
|
|||
elif event_type == EventTypes.Aliases:
|
||||
add_fields("aliases")
|
||||
elif event_type == EventTypes.RoomHistoryVisibility:
|
||||
add_fields("visibility")
|
||||
add_fields("history_visibility")
|
||||
|
||||
allowed_fields = {
|
||||
k: v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue