Display "BLOCKED" label for messages with notBlocked set to false in chat view.
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
<section class="darkmodeSection">
|
||||
@for (message of messages(); track message.timestamp) {
|
||||
<p>
|
||||
@if (!message.notBlocked) {
|
||||
[<span style="color: red">BLOCKED</span>]
|
||||
}
|
||||
[{{ message.server }}]
|
||||
<mini-message [node]="message.messageJson"></mini-message>
|
||||
</p>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user