Set the offline flag in inventory offers

This commit is contained in:
Melanie Thielker
2010-06-20 06:36:46 +02:00
parent 76b59b8df7
commit 95c763201f

View File

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