Updated contact info
This commit is contained in:
parent
b6ed187def
commit
e4496cb631
1 changed files with 3 additions and 3 deletions
|
@ -211,9 +211,9 @@ pep_max_items = 10000
|
||||||
-- See https://prosody.im/doc/modules/mod_server_contact_info
|
-- See https://prosody.im/doc/modules/mod_server_contact_info
|
||||||
|
|
||||||
contact_info = {
|
contact_info = {
|
||||||
admin = { "https://telepath.im/contact" };
|
admin = { "xmpp:admin@telepath.im", "mailto:telepath@ari.lt", "https://toot.community/@telepath" };
|
||||||
support = { "https://telepath.im/contact" };
|
support = { "xmpp:admin@telepath.im", "mailto:telepath@ari.lt", "https://toot.community/@telepath" };
|
||||||
abuse = { "https://telepath.im/contact" };
|
abuse = { "xmpp:admin@telepath.im", "mailto:telepath@ari.lt", "https://toot.community/@telepath" };
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Reserved usernames
|
-- Reserved usernames
|
||||||
|
|
Loading…
Add table
Reference in a new issue