Add user preferences and configurable notifications #113

Merged
raucao merged 11 commits from feature/user_preferences into master 2023-04-11 21:04:46 +00:00
Showing only changes of commit 43a43e1a2c - Show all commits

View File

@ -1,6 +1,6 @@
class EjabberdApiClient
def initialize
@base_url = ENV["EJABBERD_API_URL"]
@base_url = Setting.ejabberd_api_url
end
def post(endpoint, payload)