git ssb

10+

Matt McKegg / patchwork



Commit b3f30e77ec80d5b6c95a62f90c993744941e908d

#741 - fix Autocomplete includes channel size

Avinash committed on 2/19/2018, 1:18:44 PM
Parent: a84aec048346a76c0e35e32f7a6d9c3373a2ee49

Files changed

modules/channel/obs/suggest.jschanged
modules/channel/obs/suggest.jsView
@@ -52,9 +52,9 @@
5252 return Struct({
5353 title: id[0],
5454 id: `#${id[0]}`,
5555 subtitle: computed([id[0], subscribed, `(${id[1]})`], subscribedCaption),
56- value: `#${id}`
56+ value: `#${id[0]}`
5757 })
5858 } else {
5959 return Struct({
6060 title: id,

Built with git-ssb-web