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;
|
||||
{_, _, false} ->
|
||||
Packet#message.body /= [];
|
||||
{_, _, _, unless_chat_state} ->
|
||||
{_, _, unless_chat_state} ->
|
||||
not misc:is_standalone_chat_state(Packet)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user