git ssb

16+

Dominic / patchbay



Commit c24aab4d406daa99a57712bf37fc9f5d7c2971ff

add message confirm to posts

mix irving committed on 3/19/2017, 9:53:55 AM
Parent: f20c3906c76d5d99c04235d9c0c4f2c711dea2bb

Files changed

message/html/compose.jschanged
message/html/compose.jsView
@@ -11,9 +11,9 @@
1111 'emoji.sync': {
1212 names: 'first',
1313 url: 'first'
1414 },
15- 'message.async.publish': 'first'
15+ 'message.html.confirm': 'first'
1616 })
1717
1818 exports.gives = nest('message.html.compose')
1919
@@ -158,9 +158,9 @@
158158 if (cb) cb(err)
159159 else throw err
160160 }
161161
162- return api.message.async.publish(meta, done)
162+ return api.message.html.confirm(meta, done)
163163
164164 function done (err, msg) {
165165 publishBtn.disabled = false
166166 if (err) throw err

Built with git-ssb-web