Rename "xmpp" user service back to "ejabberd"
If we ever add support for others, we can combine them as "xmpp" in helper methods
This commit is contained in:
@@ -3,7 +3,7 @@ class Services::ChatController < Services::BaseController
|
||||
before_action :require_service_available
|
||||
|
||||
def show
|
||||
@service_enabled = current_user.service_enabled?(:xmpp)
|
||||
@service_enabled = current_user.service_enabled?(:ejabberd)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user