mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix detection of push roster item unsubscribed
This commit is contained in:
parent
5e986442a2
commit
bc44a3584f
@ -728,8 +728,6 @@ displayed_to_groups(GroupName, LServer) ->
|
|||||||
lists:member(GroupName, proplists:get_value(displayed_groups, Opts, []))
|
lists:member(GroupName, proplists:get_value(displayed_groups, Opts, []))
|
||||||
end, GroupsOpts).
|
end, GroupsOpts).
|
||||||
|
|
||||||
push_item(_User, _Server, _From, none) ->
|
|
||||||
ok;
|
|
||||||
push_item(User, Server, From, Item) ->
|
push_item(User, Server, From, Item) ->
|
||||||
%% It was
|
%% It was
|
||||||
%% ejabberd_sm:route(jlib:make_jid("", "", ""),
|
%% ejabberd_sm:route(jlib:make_jid("", "", ""),
|
||||||
|
Loading…
Reference in New Issue
Block a user