mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
Don't omit bounces for messages of type "result"
This commit is contained in:
parent
b79f09d0eb
commit
58478e52bf
@ -1613,7 +1613,6 @@ handle_info({route, From, To,
|
|||||||
<<"error">> -> ok;
|
<<"error">> -> ok;
|
||||||
<<"groupchat">> -> ok;
|
<<"groupchat">> -> ok;
|
||||||
<<"headline">> -> ok;
|
<<"headline">> -> ok;
|
||||||
<<"result">> -> ok;
|
|
||||||
_ ->
|
_ ->
|
||||||
Err =
|
Err =
|
||||||
jlib:make_error_reply(Packet,
|
jlib:make_error_reply(Packet,
|
||||||
|
Loading…
Reference in New Issue
Block a user