mirror of https://gitlab.crans.org/nounous/nixos
add server notice
parent
92bdb430c8
commit
e7b83f9a78
|
@ -133,6 +133,18 @@
|
||||||
app_service_config_files = [
|
app_service_config_files = [
|
||||||
"/var/lib/matrix-appservice-irc/registration.yml"
|
"/var/lib/matrix-appservice-irc/registration.yml"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# https://element-hq.github.io/synapse/latest/server_notices.html
|
||||||
|
server_notices = {
|
||||||
|
system_mxid_localpart = "annonces";
|
||||||
|
system_mxid_display_name = "Serveur Information";
|
||||||
|
# c'est une image envoye dans un salon qui appartient à Lzebulon...
|
||||||
|
system_mxid_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
|
||||||
|
room_name = "Serveur Information";
|
||||||
|
room_avatar_url = "mxc://crans.org/LGFNjmEqqWCIEUFGIptHtSSM";
|
||||||
|
room_topic = "Salon utilisé par les administrateurs du serveur pour vous informer d'information importantes";
|
||||||
|
auto_join = true
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfigFiles = [
|
extraConfigFiles = [
|
||||||
|
|
Loading…
Reference in New Issue