Use homeserver URL field also as a filter field

This commit is contained in:
miruka
2020-08-19 04:38:29 -04:00
parent 16970d5e56
commit ab390704eb
5 changed files with 50 additions and 14 deletions

View File

@@ -84,6 +84,8 @@ class Backend:
- `("<user_id>", "<room_id>", "filtered_members")`:
See `models.special_models.FilteredMembers` docstring
- `("filtered_homeservers")`:
See `models.special_models.FilteredHomeservers` docstring
clients: A `{user_id: MatrixClient}` dict for the logged-in clients
we managed. Every client is logged to one matrix account.