diff --git a/apps/ssb.json b/apps/ssb.json
index 9d93c350..33fc6733 100644
--- a/apps/ssb.json
+++ b/apps/ssb.json
@@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🐌",
- "previous": "&dO6ckMIPVv9QvSc+0TOg0S59qe+rirPo2a6p9xSHj9M=.sha256"
+ "previous": "&gIezHqlyWYcKeUSSKq6lUcv+6jUlnFFPLpdRBs0KJHk=.sha256"
}
\ No newline at end of file
diff --git a/apps/ssb/tf-message.js b/apps/ssb/tf-message.js
index 1f780d42..1575c663 100644
--- a/apps/ssb/tf-message.js
+++ b/apps/ssb/tf-message.js
@@ -484,6 +484,17 @@ class TfMessageElement extends LitElement {
`;
break;
}
+ let reply = (this.drafts[this.message?.id] !== undefined) ? html`
+
+ ` : html`
+
+ `;
return html`