Skip to content

Commit

Permalink
Update push_ephemeral -> receive_ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 15, 2025
1 parent 33a034a commit 626fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix/bridge/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def generate_registration(self) -> None:

if self["appservice.ephemeral_events"]:
self._registration["de.sorunome.msc2409.push_ephemeral"] = True
self._registration["push_ephemeral"] = True
self._registration["receive_ephemeral"] = True

if self["bridge.encryption.msc4190"]:
self._registration["io.element.msc4190"] = True

0 comments on commit 626fcad

Please sign in to comment.