mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fixing mod_carboncopy sends carbons of carbons (fixes #107)
This commit is contained in:
parent
565b8bf7e6
commit
4c8b6fe16b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ check_and_forward(JID, #xmlel{name = <<"message">>, attrs = Attrs} = Packet, Dir
|
|||
<<"chat">> ->
|
||||
case xml:get_subtag(Packet, <<"private">>) of
|
||||
false ->
|
||||
case xml:get_subtag(Packet,<<"forwarded">>) of
|
||||
case xml:get_subtag(Packet,<<"received">>) of
|
||||
false ->
|
||||
send_copies(JID, Packet, Direction);
|
||||
_ ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue