mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix typo in last commit
This commit is contained in:
parent
32ace140df
commit
5ad709a2e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user