ssb: Allow unread status for the mentions tab.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
@ -632,8 +632,8 @@ class TfMessageElement extends LitElement {
|
||||
}
|
||||
|
||||
allow_unread() {
|
||||
return;
|
||||
!this.channel.startsWith('@') && !this.channel.startsWith('%');
|
||||
return this.channel == '@' ||
|
||||
(!this.channel.startsWith('@') && !this.channel.startsWith('%'));
|
||||
}
|
||||
|
||||
render_unread_icon() {
|
||||
|
Reference in New Issue
Block a user