ssb: Unread status for private messages.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m23s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m23s
This commit is contained in:
@@ -92,7 +92,9 @@ class TfComposeElement extends LitElement {
|
||||
bubbles: true,
|
||||
composed: true,
|
||||
detail: {
|
||||
id: this.branch ?? (this.recipients ? this.recipients.join(',') : undefined),
|
||||
id:
|
||||
this.branch ??
|
||||
(this.recipients ? this.recipients.join(',') : undefined),
|
||||
draft: draft,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user