We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a034a commit 626fcadCopy full SHA for 626fcad
mautrix/bridge/config.py
@@ -241,7 +241,7 @@ def generate_registration(self) -> None:
241
242
if self["appservice.ephemeral_events"]:
243
self._registration["de.sorunome.msc2409.push_ephemeral"] = True
244
- self._registration["push_ephemeral"] = True
+ self._registration["receive_ephemeral"] = True
245
246
if self["bridge.encryption.msc4190"]:
247
self._registration["io.element.msc4190"] = True
0 commit comments