Set XMPP avatar when new avatar is uploaded #224

Merged
raucao merged 6 commits from feature/ejabberd_pep into master 2025-05-16 11:37:29 +00:00
Showing only changes of commit 382c5ad10e - Show all commits

View File

@@ -8,10 +8,12 @@ class EjabberdApiClient
"Content-Type" => "application/json")
if res.status != 200
#TODO Send custom event to Sentry
Rails.logger.error "[ejabberd] API request failed:"
Rails.logger.error res.body
#TODO Send custom event to Sentry
end
res
end
#