git ssb

16+

Dominic / patchbay



Commit d2fbf93aa7214025cd1d3f3f45751f25ff4e4b1e

`standard --fix`

Christian Bundy committed on 11/14/2018, 9:35:01 PM
Parent: c1a1dc7a8dc3f88bd242e418cb5715798385f4e4

Files changed

app/page/posts.jschanged
message/html/compose.jschanged
app/page/posts.jsView
@@ -257,9 +257,9 @@
257257 ])
258258 ]
259259 )
260260 // h('div', 'non-match')
261- ),
261 + )
262262 // h('ThreadCard -loading')
263263 )
264264 }
265265
message/html/compose.jsView
@@ -89,9 +89,9 @@
8989 const opts = {
9090 stripExif: api.settings.obs.get('patchbay.removeExif', true),
9191 isPrivate
9292 }
93- debugger
93 +
9494 blobFiles(files, api.sbot.obs.connection, opts, afterBlobed)
9595 },
9696 placeholder
9797 })

Built with git-ssb-web