feat: allow deprioritizing servers for join requests

Implements #1549.
This commit is contained in:
éźera
2026-04-07 11:47:33 -05:00
committed by Ellis Git
parent bedec72489
commit 2ca7149a7f
4 changed files with 89 additions and 0 deletions
+14
View File
@@ -1409,6 +1409,20 @@
#
#ignore_messages_from_server_names = []
# List of server names that continuwuity will deprioritize (try last) when
# a client requests to join a room.
#
# This can be used to potentially speed up room join requests, by
# deprioritizing sending join requests through servers that are known to
# be large or slow.
#
# continuwuity will still send join requests to servers in this list if
# the room couldn't be joined via other servers it federates with.
#
# example: ["example.com"]
#
#deprioritize_joins_through_servers = []
# Send messages from users that the user has ignored to the client.
#
# There is no way for clients to receive messages sent while a user was