git ssb

10+

Matt McKegg / patchwork



Commit b40f2517fe7be7937c7e6575306175f78cc68bc5

fix keeping replies to private messages private

Matt McKegg committed on 6/25/2018, 11:03:57 PM
Parent: a475db3f08d588ebb0617a26b471e10e3a586a16

Files changed

modules/page/html/render/message.jschanged
modules/page/html/render/message.jsView
@@ -55,9 +55,9 @@
5555 h('h1', i18n('Cannot load thread'))
5656 ]))
5757 }
5858
59- if (value.private) {
59+ if (typeof value.content === 'string') {
6060 value = api.message.sync.unbox(value)
6161 }
6262
6363 if (!value) {

Built with git-ssb-web