Commit b23fcc6e authored by Tom Evans's avatar Tom Evans

OF-473: Revert original patch

Received reports of unexpected roster caching caused by this change (not
verified). Additional investigation is needed to determine whether/how
to fix original issue reported via OF-473.
parent 82e13c81
......@@ -159,8 +159,6 @@ public class Roster implements Cacheable, Externalizable {
if (group.isUser(jid)) {
item.addSharedGroup(group);
itemGroups.add(group);
item.setNickname(UserNameManager.getUserName(jid));
broadcast(item, true);
} else {
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