Add configurable default room bookmarks for new users
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao
2023-04-07 23:02:11 +02:00
parent 83e418cdee
commit 705bd63b42
4 changed files with 77 additions and 20 deletions

View File

@@ -17,6 +17,13 @@ class Setting < RailsSettings::Base
account accounts donations mail webmaster support
]
#
# XMPP
#
field :xmpp_default_rooms, type: :array, default: []
field :xmpp_autojoin_default_rooms, type: :boolean, default: false
#
# Sentry
#