mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Change a member of the friendslist module to better reflect the client side
data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
This commit is contained in:
@@ -46,6 +46,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// </param>
|
||||
/// <param name="offerMessage"></param>
|
||||
void OfferFriendship(UUID fromUserId, IClientAPI toUserClient, string offerMessage);
|
||||
List<FriendListItem> GetUserFriends(UUID agentID);
|
||||
uint GetFriendPerms(UUID PrincipalID, UUID FriendID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user