mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
66ac4b1e34
This PR allows Synapse modules making use of the `ModuleApi` to create and send non-membership events into a room. This can useful to have modules send messages, or change power levels in a room etc. Note that they must send event through a user that's already in the room. The non-membership event limitation is currently arbitrary, as it's another chunk of work and not necessary at the moment. |
||
---|---|---|
.. | ||
v1 | ||
v2_alpha | ||
__init__.py | ||
test_consent.py | ||
test_ephemeral_message.py | ||
test_identity.py | ||
test_power_levels.py | ||
test_redactions.py | ||
test_retention.py | ||
test_shadow_banned.py | ||
test_third_party_rules.py | ||
test_transactions.py |