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.0.6.1-post-fixes
parent
e40fe2db26
commit
1f06532b82
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue