New ModeratorTicketChatlogComposer
Hi all,
Im trying to get the chatlog etc. working on the new build, im now converting the Unix Timestamp to the String.
Now when i try to do this in ModeratorTicketChatlogComposer.cs, i cant get it to work. It says "Log doesnt exists in the current context." I know what i means, already tried different things. This is my code:
Code:
DateTime time = new DateTime(Convert.ToInt32(Log["timestamp"]));
base.WriteString(time.ToString("hh:mm"));
Could somebody help me?
Regards,
Multify
Re: New ModeratorTicketChatlogComposer
No you don't I assume. They're talking about it's context (IM, Room, Forum Thread). Could you provide a screen of chatlogs?
Re: New ModeratorTicketChatlogComposer
the chatlogs table is empty, maybe its something with table structure?
Re: New ModeratorTicketChatlogComposer
There are three ChatlogComposer class and each class has a different name for the timestamp, so 'Log["timestamp"]' can be right for one but not for others