diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ephraim_roster.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ephraim_roster.erl b/src/core/ephraim_roster.erl index 4f8dfef..678a8c3 100644 --- a/src/core/ephraim_roster.erl +++ b/src/core/ephraim_roster.erl @@ -46,7 +46,7 @@ updateResource(Roster, JID, Priority, Type, Show, Status) -> if RosterEntry#roster_entry.subscription =:= undefined -> ok; true -> - ephraim ! {ui_update, {roster_update, JID, dict:to_list(Resources)}} + ephraim ! {ui_update, {roster_update, BareJID, dict:to_list(Resources)}} end, Roster#roster{entries=Entries}. |