mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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:
@@ -39,7 +39,9 @@ namespace OpenSim.Framework.Client
|
||||
|
||||
void SendInstantMessage(UUID fromAgent, string message, UUID toAgent,
|
||||
string fromName, byte dialog, uint timeStamp,
|
||||
bool fromGroup, byte[] binaryBucket);
|
||||
UUID transactionID, bool fromGroup,
|
||||
byte[] binaryBucket);
|
||||
|
||||
event ImprovedInstantMessage OnInstantMessage;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user