FMHN#63851 Chatfunctie in portaal

svn path=/Website/trunk/; revision=50975
This commit is contained in:
Alex Tiehuis
2021-04-21 08:26:05 +00:00
parent 6576f2cf18
commit d38e33ac80

View File

@@ -48,7 +48,6 @@ if (action == "check")
{
var sendchannelId = getQParam("sendchannelId", "");
var sendlastalive = notifydata.alive[sendchannelId];
__DoLog({ channel: channelId, sendchannel: sendchannelId });
// determine datetime of latest communication
result.last_alive = (sendchannelId && sendlastalive ? Math.max(notifydata.alive[channelId], sendlastalive) : notifydata.alive[channelId]);
}