only log banned users if they are local

This was the intent of f03b6cde29, but it
was missing the check that the user is actually local, and so was
logging *all* banned users.
This commit is contained in:
Benjamin Lee 2024-08-30 22:59:38 -07:00
parent f03b6cde29
commit 4ad50e2708
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
2 changed files with 23 additions and 17 deletions

View file

@ -203,4 +203,5 @@ This will be the first release of Grapevine since it was forked from Conduit
13. Support building nix packages without IFD
([!73](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/73))
14. Report local users getting banned in the server logs and admin room.
([!65](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/65))
([!65](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/65),
[!84](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/84))