The presence of a U+001A character in chat log files causes transcripts to only load history up to its location.
tracked
Lucia Nightfire
Save this script in a rezzed box and click:
default
{
touch_end(integer i)
{
if (llDetectedKey(0) == llGetOwner())
{
llOwnerSay("This is the last line you will see in your transcripts.");
llOwnerSay(llChar(0x1a));
}
}
}
C/P the unloaded character in a friend's or group chat. Make additional comments. Close those chat sessions and reopen them.
Notice everything said after the unloaded character does not show.
This affects everything that loads a transcipt from a prior session.
Log In
Dan Linden
Neat. Thank you for the report, Lucia!
Issue tracked at https://github.com/secondlife/viewer/issues/4420. We have no estimate when it may be implemented. Please see future updates here.
Dan Linden
tracked