From 197f4646bd9280959323a1175ba4ed471aea224a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 18 Sep 2018 14:16:09 +0100 Subject: allow m.room.summary and m.room.encryption events in invites to provide better UX for clients receiving invites, so they can show a padlock icon or correct avatars on the inbound invite --- synapse/config/api.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'synapse/config/api.py') diff --git a/synapse/config/api.py b/synapse/config/api.py index 403d96ba76..0417778cc6 100644 --- a/synapse/config/api.py +++ b/synapse/config/api.py @@ -24,6 +24,8 @@ class ApiConfig(Config): EventTypes.JoinRules, EventTypes.CanonicalAlias, EventTypes.RoomAvatar, + EventTypes.RoomSummary, + EventTypes.RoomEncryption, EventTypes.Name, ]) @@ -36,5 +38,7 @@ class ApiConfig(Config): - "{JoinRules}" - "{CanonicalAlias}" - "{RoomAvatar}" + - "{RoomSummary}" + - "{RoomEncryption}" - "{Name}" """.format(**vars(EventTypes)) -- cgit 1.5.1