ssb: Fix composing private drafts.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m55s

This commit is contained in:
2025-08-13 20:28:03 -04:00
parent b84b561109
commit d78828554b
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ class TfComposeElement extends LitElement {
bubbles: true,
composed: true,
detail: {
id: this.branch,
id: this.branch ?? (this.recipients ? this.recipients.join(',') : undefined),
draft: draft,
},
})