mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 23:47:12 +02:00
ui: add timestamp to chat join/leave status messages
Show xs timestamp after system messages (join/leave) in chat for consistency with regular messages and zap messages.
This commit is contained in:
@@ -172,7 +172,7 @@ const MessageItem = memo(function MessageItem({
|
||||
<div className="flex items-center px-3 py-1">
|
||||
<span className="text-xs text-muted-foreground">
|
||||
* <UserName pubkey={message.author} className="text-xs" />{" "}
|
||||
{message.content}
|
||||
{message.content} <Timestamp timestamp={message.timestamp} />
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user