we do need to ship the cached friends around on teleports (friends must come from grid)

This commit is contained in:
UbitUmarov
2023-02-03 17:17:02 +00:00
parent a7b8ce9cfd
commit 3858cc945c
4 changed files with 51 additions and 9 deletions

View File

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