Commit e9048188 authored by Dave Cridland's avatar Dave Cridland

Merge pull request #407 from tevans/OF-473

OF-473: Revert original patch
parents 16f319fe b23fcc6e
...@@ -159,8 +159,6 @@ public class Roster implements Cacheable, Externalizable { ...@@ -159,8 +159,6 @@ public class Roster implements Cacheable, Externalizable {
if (group.isUser(jid)) { if (group.isUser(jid)) {
item.addSharedGroup(group); item.addSharedGroup(group);
itemGroups.add(group); itemGroups.add(group);
item.setNickname(UserNameManager.getUserName(jid));
broadcast(item, true);
} else { } else {
item.addInvisibleSharedGroup(group); item.addInvisibleSharedGroup(group);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment