Don't check for faked carbons

This commit is contained in:
Evgeniy Khramtsov 2016-11-24 20:16:07 +03:00
parent 0f11b1be36
commit d554827ebc
1 changed files with 1 additions and 7 deletions

View File

@ -145,10 +145,6 @@ recv_carbons(Config) ->
ok;
({_, #message{sub_els = [#carbons_private{}]}}) ->
ok;
({_, #message{sub_els = [#carbons_sent{}]}}) ->
ok;
({_, #message{sub_els = [#carbons_received{}]}}) ->
ok;
({_, #message{type = T}}) when T /= normal, T /= chat ->
ok;
({Dir, #message{type = T, body = Body} = M})
@ -197,6 +193,4 @@ message_iterator(_Config) ->
Body <- [[], xmpp:mk_text(<<"body">>)],
Els <- [[],
[#hint{type = 'no-copy'}],
[#carbons_private{}],
[#carbons_sent{forwarded = #forwarded{}}],
[#carbons_received{forwarded = #forwarded{}}]]].
[#carbons_private{}]]].