mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add test for removing a friendship.
This commit is contained in:
@@ -44,6 +44,17 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="friendID"></param>
|
||||
void AddFriendship(IClientAPI client, UUID friendID);
|
||||
|
||||
/// <summary>
|
||||
/// Remove a friendship between two users.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Ultimately, it would be more useful to take in a user account here rather than having to have a user
|
||||
/// present in the scene.
|
||||
/// </remarks>
|
||||
/// <param name="client"></param>
|
||||
/// <param name="exFriendID"></param>
|
||||
void RemoveFriendship(IClientAPI client, UUID exFriendID);
|
||||
|
||||
uint GetFriendPerms(UUID PrincipalID, UUID FriendID);
|
||||
bool SendFriendsOnlineIfNeeded(IClientAPI client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user