Skip to content

Commit

Permalink
Revert "Let deliver unsubscribe stanza when no roster push is required (
Browse files Browse the repository at this point in the history
#2598)"

This reverts commit 86048f8.
  • Loading branch information
badlop committed Dec 5, 2018
1 parent 86048f8 commit 0ae3f62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mod_roster.erl
Expand Up @@ -623,8 +623,6 @@ process_subscription(Direction, User, Server, JID1,
push_item(jid:make(User, Server), OldItem, NewItem)
end,
true;
none when (Direction == in) and (Type == unsubscribe) ->
true;
none ->
false
end;
Expand Down

0 comments on commit 0ae3f62

Please sign in to comment.