Set the offline flag in inventory offers

avinationmerge
Melanie Thielker 2010-06-20 06:36:46 +02:00
parent 76b59b8df7
commit 95c763201f
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
im.imSessionID = itemID.Guid; im.imSessionID = itemID.Guid;
} }
im.offline = 1; // Remember these
// Send the IM to the recipient. The item is already // Send the IM to the recipient. The item is already
// in their inventory, so it will not be lost if // in their inventory, so it will not be lost if
// they are offline. // they are offline.