summary refs log tree commit diff
path: root/changelog.d/10212.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.37.0rc1Brendan Abolivier2021-06-231-1/+0
|
* Check third party rules before persisting knocks over federation (#10212)Andrew Morgan2021-06-211-0/+1
An accidental mis-ordering of operations during #6739 technically allowed an incoming knock event over federation in before checking it against any configured Third Party Access Rules modules. This PR corrects that by performing the TPAR check *before* persisting the event.