git ssb

2+

mixmix / ticktack



Commit 387dcd7ac040579bb840df3e94bfd3bf9ab361b2

leave note about clearing new blog meta data

mix irving committed on 6/27/2018, 4:09:05 AM
Parent: 59dd32b5a83df3b3e243a5bc34f33072e25a9701

Files changed

app/page/blogNew.jschanged
app/page/blogNew.jsView
@@ -204,8 +204,16 @@
204204 (err, msg) => {
205205 if (err) return api.history.sync.push(err)
206206
207207 api.drafts.sync.remove(DRAFT_LOCATION)
208+ // NOTE - should not need to clear blog meta after posting
209+ // meta.set({
210+ // type: 'blog',
211+ // channel: Value(),
212+ // title: Value(),
213+ // summary: Value(),
214+ // text: Value('')
215+ // })
208216 api.history.sync.push({ page: 'blogIndex' })
209217 }
210218 )
211219 }

Built with git-ssb-web