mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
add GetActiveMembershipData() to groups modules, let core groups also have GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
This commit is contained in:
@@ -76,6 +76,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID);
|
||||
GroupMembershipData[] GetMembershipData(UUID UserID);
|
||||
GroupMembershipData GetMembershipData(UUID GroupID, UUID UserID);
|
||||
GroupMembershipData GetActiveMembershipData(UUID UserID);
|
||||
|
||||
void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user