24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Fix typo in last commit

This commit is contained in:
Paweł Chmielowski 2022-12-21 11:13:49 +01:00
parent 32ace140df
commit 5ad709a2e2

View File

@ -483,7 +483,7 @@ need_to_store(LServer, #message{type = Type} = Packet) ->
true; true;
{_, _, false} -> {_, _, false} ->
Packet#message.body /= []; Packet#message.body /= [];
{_, _, _, unless_chat_state} -> {_, _, unless_chat_state} ->
not misc:is_standalone_chat_state(Packet) not misc:is_standalone_chat_state(Packet)
end end
end end