Commit d22cd3e2 authored by Gabriel Guardincerri's avatar Gabriel Guardincerri Committed by gguardin

[JM-1253] Receive users, groups and vcard changes from CS

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10083 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4b6d585c
...@@ -255,7 +255,7 @@ public class GroupManager { ...@@ -255,7 +255,7 @@ public class GroupManager {
* *
* @param user the deleted user from the system. * @param user the deleted user from the system.
*/ */
private void deleteUser(User user) { public void deleteUser(User user) {
JID userJID = XMPPServer.getInstance().createJID(user.getUsername(), null); JID userJID = XMPPServer.getInstance().createJID(user.getUsername(), null);
for (Group group : getGroups(userJID)) { for (Group group : getGroups(userJID)) {
if (group.getAdmins().contains(userJID)) { if (group.getAdmins().contains(userJID)) {
......
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