We are handling groupchat in other branch now

This commit is contained in:
Paweł Chmielowski 2018-12-20 13:51:05 +01:00
parent 69a986a09e
commit e9d537527c
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ remove_msg_by_node(To, Seq) ->
-spec need_to_store(binary(), message()) -> boolean().
need_to_store(_LServer, #message{type = error}) -> false;
need_to_store(_LServer, #message{type = groupchat}) -> false;
need_to_store(LServer, #message{type = Type} = Packet) ->
case xmpp:has_subtag(Packet, #offline{}) of
false ->