25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Fix typo in the previous commit

This commit is contained in:
Badlop 2023-04-25 09:40:22 +02:00
parent 2a4a6bec18
commit c6b295b5a0

View File

@ -99,7 +99,7 @@ get_url(#state{room = Room, host = Host, server_host = ServerHost}) ->
room_jid ->
{ok, <<URL/binary, $/, Room/binary, $@, Host/binary, $/>>};
room_name ->
{ok, <<URL/binary, $/, Room/binary>>, $/}
{ok, <<URL/binary, $/, Room/binary, $/>>}
end
catch
error:{module_not_loaded, _, _} ->