mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Reintroduce transactionID to the parameter list for SendInstantMessage.
It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM.
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, fromGroup, binaryBucket);
|
||||
timestamp, UUID.Zero, 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, fromGroup, binaryBucket);
|
||||
timestamp, UUID.Zero, fromGroup, binaryBucket);
|
||||
// Message sent
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user