ssb: Better handling of private message drafts.

This commit is contained in:
2025-08-13 19:53:28 -04:00
parent 7cec0f7d61
commit f378db6c6f
4 changed files with 16 additions and 3 deletions

View File

@@ -435,6 +435,9 @@ class TfTabNewsElement extends LitElement {
.drafts=${this.drafts}
@tf-draft=${this.draft}
.channel=${this.channel()}
.recipients=${this.hash.startsWith('#🔐')
? this.hash.substring('#🔐'.length).split(',')
: undefined}
></tf-compose>
</div>
${profile}