diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-18 14:16:09 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-18 14:16:09 +0100 |
commit | 197f4646bd9280959323a1175ba4ed471aea224a (patch) | |
tree | 54e8f8cccad813ab954d7512ed4ae4fed2ba40e8 | |
parent | unhardcode m.room.avatar (diff) | |
download | synapse-github/matthew/room-summary-on-invites.tar.xz |
allow m.room.summary and m.room.encryption events in invites github/matthew/room-summary-on-invites matthew/room-summary-on-invites
to provide better UX for clients receiving invites, so they can show a padlock icon or correct avatars on the inbound invite
-rw-r--r-- | synapse/api/constants.py | 2 | ||||
-rw-r--r-- | synapse/config/api.py | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py |