git ssb

16+

cel / patchfoo



Commit abfba3a58d8e9753bd2118c8cd92d95df683607e

Handle scat actions

cel committed on 7/2/2018, 2:24:23 AM
Parent: e16b4a1f99ec9235ed54179a5b29569deac7a298

Files changed

lib/render-msg.jschanged
lib/render-msg.jsView
@@ -1803,9 +1803,9 @@
18031803 }
18041804
18051805 RenderMsg.prototype.scat = function (cb) {
18061806 this.wrapMini([
1807- 'chats ',
1807 + this.c.action ? '' : 'chats ',
18081808 h('q', String(this.c.text))
18091809 ], cb)
18101810 }
18111811

Built with git-ssb-web