mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Initial Online friends notification seems to be working reliably now. All this needs more testing, but everything is there.
This commit is contained in:
@@ -47,5 +47,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="offerMessage"></param>
|
||||
void OfferFriendship(UUID fromUserId, IClientAPI toUserClient, string offerMessage);
|
||||
uint GetFriendPerms(UUID PrincipalID, UUID FriendID);
|
||||
void SendFriendsOnlineIfNeeded(IClientAPI client);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user