several changes to llIsFriend and related methods

This commit is contained in:
UbitUmarov
2024-02-16 20:14:06 +00:00
parent 089037c749
commit cf27093ee9
7 changed files with 118 additions and 32 deletions

View File

@@ -100,5 +100,6 @@ namespace OpenSim.Region.Framework.Interfaces
void CacheFriendsOnline(UUID userID, List<UUID> friendsOnline, bool online);
void CacheFriendOnline(UUID userID, UUID friendOnline, bool online);
List<UUID> GetCachedFriendsOnline(UUID userID);
bool IsFriend(UUID userID, UUID friendID);
}
}