mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 15:50:37 -05:00
This PR allows `ThirdPartyEventRules` modules to view, manipulate and block changes to the state of whether a room is published in the public rooms directory. While the idea of whether a room is in the public rooms list is not kept within an event in the room, `ThirdPartyEventRules` generally deal with controlling which modifications can happen to a room. Public rooms fits within that idea, even if its toggle state isn't controlled through a state event. |
||
|---|---|---|
| .. | ||
| 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_transactions.py | ||
| third_party_rules.py | ||