fix name serveur notice

matrix-server-notice
Lzebulon 2025-08-03 17:10:59 +02:00
parent 0ddf2d4ae2
commit d33dc69305
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 3 additions and 3 deletions

View File

@ -137,12 +137,12 @@
# https://element-hq.github.io/synapse/latest/server_notices.html
server_notices = {
system_mxid_localpart = "annonces";
system_mxid_display_name = "Serveur Information";
system_mxid_display_name = "Annonces";
# c'est une image envoye dans un salon qui appartient à Lzebulon...
system_mxid_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
room_name = "Serveur Information";
room_name = "Annonces";
room_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
room_topic = "Salon utilisé par les administrateurs du serveur pour vous informer d'information importantes";
room_topic = "Salon utilisé par les administrateurs du serveur pour vous envoyer des informations importantes";
auto_join = true;
};
};