diff --git a/apps/ssb.json b/apps/ssb.json index a733ec22..cb07b7b1 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&QGHSmapZNOzNQYbH9qUA5RPoqLhHZ1zFDMkOlKixrbQ=.sha256" + "previous": "&ePqnCcU373yUI01WtrFFKt+W/doAuMiN4g8qBt5p+rk=.sha256" } diff --git a/apps/ssb/tf-compose.js b/apps/ssb/tf-compose.js index 9eeb8422..d25321be 100644 --- a/apps/ssb/tf-compose.js +++ b/apps/ssb/tf-compose.js @@ -446,12 +446,15 @@ class TfComposeElement extends LitElement { self.apps = await tfrpc.rpc.apps(); } if (!this.apps) { - return html``; } else { return html` - - ${this.render_attach_app_button()} ${encrypt} - +
+ +
+ ${this.get_draft().content_warning === undefined + ? html` + + ` + : html` + + `} + + ${this.render_attach_app_button()} ${encrypt} + +
+
`;