24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Revert "Let deliver unsubscribe stanza when no roster push is required (#2598)"

This reverts commit 86048f8a25.
This commit is contained in:
Badlop 2018-12-05 12:17:16 +01:00
parent 86048f8a25
commit 0ae3f624ca

View File

@ -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;