Fix typo in last commit

This commit is contained in:
Paweł Chmielowski 2022-12-21 11:13:49 +01:00
parent 32ace140df
commit 5ad709a2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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