mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
More tweaking on the UserAgentServiceConnector: add constructor that does not do DNS lookup, and use that for friends notification.
This commit is contained in:
@@ -278,7 +278,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
List<string> ids = new List<string>();
|
||||
foreach (FriendInfo f in kvp.Value)
|
||||
ids.Add(f.Friend);
|
||||
UserAgentServiceConnector uConn = new UserAgentServiceConnector(kvp.Key);
|
||||
UserAgentServiceConnector uConn = new UserAgentServiceConnector(kvp.Key, false);
|
||||
List<UUID> friendsOnline = uConn.StatusNotification(ids, userID, online);
|
||||
// need to debug this here
|
||||
if (online)
|
||||
|
||||
Reference in New Issue
Block a user