mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Remove second timestamp in offline IM, the client already adds one
This commit is contained in:
@@ -165,10 +165,6 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
|
||||
foreach (GridInstantMessage im in msglist)
|
||||
{
|
||||
DateTime saved = Util.ToDateTime((uint)im.timestamp);
|
||||
|
||||
im.message = "(saved " + saved.ToString() + ") " + im.message;
|
||||
|
||||
// client.SendInstantMessage(im);
|
||||
|
||||
// Send through scene event manager so all modules get a chance
|
||||
|
||||
Reference in New Issue
Block a user