mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix visual issue with legacy tickets
This commit is contained in:
parent
041c9b4099
commit
916ea5ce73
@ -527,6 +527,7 @@ define([
|
||||
let lastMsg = Array.isArray(last.messages)
|
||||
&& last.messages[last.messages.length - 1];
|
||||
entry.time = lastMsg.time || entry.time;
|
||||
senderKey = lastMsg.sender && lastMsg.sender.edPublic;
|
||||
}
|
||||
entry.premium = premium;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user