git ssb

10+

Matt McKegg / patchwork



Commit 464323941e78efea596fb05d01afaaa4e771ca58

also include about messages in mentions

Matt McKegg committed on 10/28/2017, 10:14:19 PM
Parent: b032914c55913524c60c630d561255bc47cd6b02

Files changed

modules/page/html/render/mentions.jschanged
modules/page/html/render/mentions.jsView
@@ -24,8 +24,10 @@
2424 })) {
2525 return 'mention'
2626 } else if (msg.value.content.type === 'contact') {
2727 return true
28+ } else if (msg.value.content.type === 'about') {
29+ return true
2830 }
2931 }
3032 })
3133 }

Built with git-ssb-web