forked-synapse/synapse/events
Andrew Morgan 0991a2da93
Allow ThirdPartyEventRules modules to manipulate public room state (#8292)
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.
2020-10-05 14:57:46 +01:00
..
__init__.py Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
builder.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
snapshot.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
spamcheck.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
third_party_rules.py Allow ThirdPartyEventRules modules to manipulate public room state (#8292) 2020-10-05 14:57:46 +01:00
utils.py Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
validator.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00