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
Homer Horwitz 2008-11-15 16:25:30 +00:00
parent e40fe2db26
commit 1f06532b82
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}