Fix avatars failing to be set on XMPP accounts
CI / Test (pull_request) Successful in 32s
Release Drafter / Update release notes draft (pull_request) Successful in 3s

There's a stray `end` that prematurely closes the class
This commit is contained in:
2026-08-10 21:35:28 -06:00
parent d196c161df
commit 1957df3bbd
2 changed files with 106 additions and 2 deletions
+2 -2
View File
@@ -25,9 +25,8 @@ module EjabberdManager
raise res.inspect if res.status != 200
end
end
end
private
private
def process_avatar
@user.avatar.blob.open do |file|
@@ -77,4 +76,5 @@ module EjabberdManager
""".strip,
]
end
end
end