Clean up variables
This commit is contained in:
parent
02cb48fd66
commit
4ad2d5192a
1 changed files with 2 additions and 3 deletions
|
@ -58,11 +58,10 @@ streaming_main_url = "https://streaming.cosin.ch"
|
||||||
irc_server = "ircs://irc.chaostreff.ch:6601/"
|
irc_server = "ircs://irc.chaostreff.ch:6601/"
|
||||||
irc_channel = "#cosin"
|
irc_channel = "#cosin"
|
||||||
|
|
||||||
matrix_server = "fairydust.space"
|
|
||||||
matrix_room = "#cosin-allgemein"
|
|
||||||
matrix_space = "#cosin"
|
matrix_space = "#cosin"
|
||||||
matrix_client = "https://chat.fairydust.space/#/room/"
|
matrix_server = "fairydust.space"
|
||||||
matrix_to = "https://matrix.to/#/"
|
matrix_to = "https://matrix.to/#/"
|
||||||
|
matrix_client = "https://chat.fairydust.space/#/room/"
|
||||||
|
|
||||||
mastodon_server = "https://chaos.social/"
|
mastodon_server = "https://chaos.social/"
|
||||||
mastodon_handle = "@CoSin"
|
mastodon_handle = "@CoSin"
|
||||||
|
|
Loading…
Reference in a new issue