mirror of https://gitlab.crans.org/nounous/nixos
fix name serveur notice
parent
0ddf2d4ae2
commit
d33dc69305
|
@ -137,12 +137,12 @@
|
||||||
# https://element-hq.github.io/synapse/latest/server_notices.html
|
# https://element-hq.github.io/synapse/latest/server_notices.html
|
||||||
server_notices = {
|
server_notices = {
|
||||||
system_mxid_localpart = "annonces";
|
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...
|
# c'est une image envoye dans un salon qui appartient à Lzebulon...
|
||||||
system_mxid_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
|
system_mxid_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
|
||||||
room_name = "Serveur Information";
|
room_name = "Annonces";
|
||||||
room_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
|
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;
|
auto_join = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue