mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Add m.room.history_visibility to list of auth events
This commit is contained in:
parent
41938afed8
commit
00ab882ed6
2 changed files with 3 additions and 1 deletions
|
@ -74,6 +74,8 @@ def prune_event(event):
|
|||
)
|
||||
elif event_type == EventTypes.Aliases:
|
||||
add_fields("aliases")
|
||||
elif event_type == EventTypes.RoomHistoryVisibility:
|
||||
add_fields("visibility")
|
||||
|
||||
allowed_fields = {
|
||||
k: v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue