mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Add more group notify glue
This commit is contained in:
@@ -8991,6 +8991,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
d.Powers,
|
||||
d.UpdateType);
|
||||
}
|
||||
m_GroupsModule.NotifyChange(groupRoleUpdate.AgentData.GroupID);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -9018,6 +9019,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
d.MemberID,
|
||||
d.Change);
|
||||
}
|
||||
m_GroupsModule.NotifyChange(groupRoleChanges.AgentData.GroupID);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
@@ -67,5 +67,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID);
|
||||
void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
GroupRecord GetGroupRecord(UUID GroupID);
|
||||
void NotifyChange(UUID GroupID);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1291,6 +1291,13 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
}
|
||||
}
|
||||
|
||||
public void NotifyChange(UUID groupID)
|
||||
{
|
||||
// Notify all group members of a chnge in group roles and/or
|
||||
// permissions
|
||||
//
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user