mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fix typo in the previous commit
This commit is contained in:
parent
2a4a6bec18
commit
c6b295b5a0
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ get_url(#state{room = Room, host = Host, server_host = ServerHost}) ->
|
||||||
room_jid ->
|
room_jid ->
|
||||||
{ok, <<URL/binary, $/, Room/binary, $@, Host/binary, $/>>};
|
{ok, <<URL/binary, $/, Room/binary, $@, Host/binary, $/>>};
|
||||||
room_name ->
|
room_name ->
|
||||||
{ok, <<URL/binary, $/, Room/binary>>, $/}
|
{ok, <<URL/binary, $/, Room/binary, $/>>}
|
||||||
end
|
end
|
||||||
catch
|
catch
|
||||||
error:{module_not_loaded, _, _} ->
|
error:{module_not_loaded, _, _} ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue