UX: add indicator for msg from currentUser (#21657)

* UX: add indicator for msg from currentUser

* move up a level
This commit is contained in:
chapoi 2023-05-19 18:33:56 +09:00 committed by GitHub
parent 48987af324
commit 4f8dbe345f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"chat-message-container"
(if this.pane.selectingMessages "selecting-messages")
(if @message.highlighted "highlighted")
(if (eq @message.user.id this.currentUser.id) "is-by-current-user")
}}
data-id={{@message.id}}
data-thread-id={{@message.thread.id}}