mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
HG Friends: reroute the status notifications to the HGFriends service, so that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release.
This commit is contained in:
@@ -334,6 +334,7 @@ namespace OpenSim.Services.HypergridService
|
||||
return false;
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public List<UUID> StatusNotification(List<string> friends, UUID foreignUserID, bool online)
|
||||
{
|
||||
if (m_FriendsService == null || m_PresenceService == null)
|
||||
@@ -414,6 +415,7 @@ namespace OpenSim.Services.HypergridService
|
||||
return new List<UUID>();
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
protected void ForwardStatusNotificationToSim(UUID regionID, UUID foreignUserID, string user, bool online)
|
||||
{
|
||||
UUID userID;
|
||||
|
||||
Reference in New Issue
Block a user