mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Hack to temporarily fix friends-handling. This will be redone as soon as
Melanie's CommunicationModule is in. Please note: imSession is a transaction-ID, *not* the agent's session.
This commit is contained in:
@@ -162,7 +162,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
|
||||
{
|
||||
user.ControllingClient.SendInstantMessage(fromAgentID, message,
|
||||
toAgentID, fromAgentName, dialog,
|
||||
timestamp, UUID.Zero, fromGroup, binaryBucket);
|
||||
timestamp, imSessionID, fromGroup, binaryBucket);
|
||||
// Message sent
|
||||
return;
|
||||
}
|
||||
@@ -179,7 +179,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
|
||||
|
||||
user.ControllingClient.SendInstantMessage(fromAgentID, message,
|
||||
toAgentID, fromAgentName, dialog,
|
||||
timestamp, UUID.Zero, fromGroup, binaryBucket);
|
||||
timestamp, imSessionID, fromGroup, binaryBucket);
|
||||
// Message sent
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user