mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Don't check for faked carbons
This commit is contained in:
parent
0f11b1be36
commit
d554827ebc
@ -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{}]]].
|
||||
|
Loading…
Reference in New Issue
Block a user