Skip to content

Commit

Permalink
Don't omit bounces for messages of type "result"
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Apr 24, 2016
1 parent b79f09d commit 58478e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ejabberd_c2s.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,6 @@ handle_info({route, From, To,
<<"error">> -> ok;
<<"groupchat">> -> ok;
<<"headline">> -> ok;
<<"result">> -> ok;
_ ->
Err =
jlib:make_error_reply(Packet,
Expand Down

0 comments on commit 58478e5

Please sign in to comment.