Commit 387dcd7ac040579bb840df3e94bfd3bf9ab361b2
leave note about clearing new blog meta data
mix irving committed on 6/27/2018, 4:09:05 AMParent: 59dd32b5a83df3b3e243a5bc34f33072e25a9701
Files changed
app/page/blogNew.js | changed |
app/page/blogNew.js | ||
---|---|---|
@@ -204,8 +204,16 @@ | ||
204 | 204 | (err, msg) => { |
205 | 205 | if (err) return api.history.sync.push(err) |
206 | 206 | |
207 | 207 | 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 | + // }) | |
208 | 216 | api.history.sync.push({ page: 'blogIndex' }) |
209 | 217 | } |
210 | 218 | ) |
211 | 219 | } |
Built with git-ssb-web