Skip to content

Commit

Permalink
feat: add msc4028 to versions api
Browse files Browse the repository at this point in the history
  • Loading branch information
hanadi92 committed Jan 8, 2024
1 parent 81b1c56 commit ffa6c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ def on_GET(self, request: Request) -> Tuple[int, JsonDict]:
"org.matrix.msc3391": self.config.experimental.msc3391_enabled,
# Allows clients to inhibit profile update propagation.
"org.matrix.msc4069": self.config.experimental.msc4069_profile_inhibit_propagation,
# Allows clients to handle push for encrypted events.
"org.matrix.msc4028": self.config.experimental.msc4028_push_encrypted_events,
},
},
)
Expand Down

0 comments on commit ffa6c9b

Please sign in to comment.