New features: announcements WIP (#518):

* prevent annoucement spoofing on backend.
This commit is contained in:
John Livingston
2024-09-12 11:44:35 +02:00
parent d92bf9073e
commit f0088671ea
3 changed files with 56 additions and 0 deletions

View File

@ -246,6 +246,7 @@ class ProsodyConfigContent {
this.muc.add('modules_enabled', 'pubsub_peertubelivechat')
this.muc.add('modules_enabled', 'muc_peertubelivechat_roles')
this.muc.add('modules_enabled', 'muc_peertubelivechat_announcements')
this.muc.add('modules_enabled', 'muc_peertubelivechat_terms')
this.muc.set('muc_terms_service_nickname', 'Peertube')