docs: Document backfill bypassing federation restrictions

This commit is contained in:
Jade Ellis 2025-04-20 00:16:29 +01:00
parent 9e62076baa
commit 84445b8458
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
2 changed files with 8 additions and 0 deletions

View file

@ -1200,6 +1200,10 @@
# Additionally, it will hide messages from these servers for all users # Additionally, it will hide messages from these servers for all users
# on this server. # on this server.
# #
# Note that your messages can still make it to forbidden servers through
# backfilling. Events we receive from forbidden servers via backfill will
# be stored in the database, but will not be sent to the client.
#
# This check is applied on the room ID, room alias, sender server name, # This check is applied on the room ID, room alias, sender server name,
# sender user's server name, inbound federation X-Matrix origin, and # sender user's server name, inbound federation X-Matrix origin, and
# outbound federation handler. # outbound federation handler.

View file

@ -1377,6 +1377,10 @@ pub struct Config {
/// Additionally, it will hide messages from these servers for all users /// Additionally, it will hide messages from these servers for all users
/// on this server. /// on this server.
/// ///
/// Note that your messages can still make it to forbidden servers through
/// backfilling. Events we receive from forbidden servers via backfill will
/// be stored in the database, but will not be sent to the client.
///
/// This check is applied on the room ID, room alias, sender server name, /// This check is applied on the room ID, room alias, sender server name,
/// sender user's server name, inbound federation X-Matrix origin, and /// sender user's server name, inbound federation X-Matrix origin, and
/// outbound federation handler. /// outbound federation handler.