mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix typo in last commit
This commit is contained in:
parent
32ace140df
commit
5ad709a2e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue