diff options
author | Andreas Hubel | 2019-08-21 22:36:29 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-08-21 22:38:29 +0200 |
commit | d52f61de1374c64fdd5c5dba66562ee248d916cf (patch) | |
tree | 75c5f173cfc8a9958e3e8ab4c17047d7eae79b3c /configs | |
parent | a30b1e221023728da820957c69d605823484e936 (diff) |
camp2019: misc fixes
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/camp2019/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index f17c0ac..a28528e 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -346,7 +346,7 @@ $CONFIG['ROOMS'] = array( * da sonst überhaupt kein IRC-Link erzeugt wird. (ggf. einfach `= true` setzen) */ 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#tentcurie @ twitter', + 'DISPLAY' => '#tentcurie @ fediverse/twitter', 'TEXT' => '#tentcurie #cccamp19', ), ), @@ -378,7 +378,7 @@ $CONFIG['ROOMS'] = array( 'URL' => 'https://webirc.hackint.org/#camp-meitner', ), 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#tentmeitner @ twitter', + 'DISPLAY' => '#tentmeitner @ fediverse/twitter', 'TEXT' => '#tentmeitner #cccamp19', ), ), @@ -539,7 +539,7 @@ $CONFIG['TWITTER'] = array( * Ist eine weitere Anpassung erfoderlich, kann ein TWITTER_CONFIG-Block in der * Raum-Konfiguration zum Überschreiben dieser Angaben verwendet werden. */ - 'DISPLAY' => '#CCCamp19 @ twitter', + 'DISPLAY' => '#CCCamp19 @ fediverse/twitter', /** * Vorgabe-Tweet-Text für die Twitter-Links. |