diff --git a/apps/ssb.json b/apps/ssb.json index 74e374a4..d1ae05dc 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&2ZH/mtbvbK35gpBMgZ5CjklFEbjWAcpr1fbVvCQma9E=.sha256" + "previous": "&8oo0Movqf+EjqVRtP/TK9SJLoLFbXbnTH0F95sdI9q4=.sha256" } diff --git a/apps/ssb/tf-message.js b/apps/ssb/tf-message.js index 8fd7a204..bc4cd9f4 100644 --- a/apps/ssb/tf-message.js +++ b/apps/ssb/tf-message.js @@ -566,10 +566,13 @@ class TfMessageElement extends LitElement { ); } else if (this.message.placeholder) { return this.render_frame( - html` ${this.message.id} - (placeholder) + html`
+

+ ${this.message.id} + (placeholder) +

${this.render_votes()}
${(this.message.child_messages || []).map( (x) => html` @@ -583,7 +586,8 @@ class TfMessageElement extends LitElement { channel_unread=${this.channel_unread} > ` - )}` + )} +
` ); } else if (typeof content?.type === 'string') { if (content.type == 'about') {