Commit 478f3fe447b11ee29c76cb77fb608e1f82912e8b
fix displaying about messages
Matt McKegg committed on 2/13/2018, 3:14:38 AMParent: ce06c6c66317901aa3604c144c7de7832eaff102
Files changed
plugs/message/html/render/about.js | changed |
plugs/message/html/render/about.js | ||
---|---|---|
@@ -89,8 +89,8 @@ | ||
89 | 89 | function isRenderable (msg) { |
90 | 90 | if (msg.value.content.type !== 'about') return |
91 | 91 | if (!ref.isFeed(msg.value.content.about)) return |
92 | 92 | var c = msg.value.content |
93 | - if (!c || !c.description || !c.image || !c.name) return | |
93 | + if (!c || (!c.description && !c.image && !c.name)) return | |
94 | 94 | return true |
95 | 95 | } |
96 | 96 | } |
Built with git-ssb-web