summary refs log tree commit diff
path: root/changelog.d/10898.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.44.0rc1Erik Johnston2021-09-281-1/+0
|
* Add a spamchecker callback to allow or deny room creation based on invites ↵Brendan Abolivier2021-09-241-0/+1
(#10898) This is in the context of creating new module callbacks that modules in https://github.com/matrix-org/synapse-dinsic can use, in an effort to reconcile the spam checker API in synapse-dinsic with the one in mainline. This adds a callback that's fairly similar to user_may_create_room except it also allows processing based on the invites sent at room creation.