git ssb

16+

Dominic / patchbay



Commit e1382c3e4f1054d837686ee331f68fe178dca82c

#178 - fix white screen on startup (caused by missing default filter)

Matt McKegg committed on 2/20/2018, 10:55:00 PM
Parent: 084946f795412a5d314bb4c3f4848d887219c041

Files changed

app/html/filter.jschanged
app/html/filter.jsView
@@ -30,9 +30,9 @@
3030 const peopleIFollow = api.contact.obs.following(myId)
3131
3232 const { set } = api.settings.sync
3333
34- const filterSettings = api.settings.obs.get('filter')
34 + const filterSettings = api.settings.obs.get('filter', {exclude: {}})
3535
3636 const channelInput = h('input',
3737 { value: filterSettings().exclude.channels,
3838 'ev-keyup': (ev) => {

Built with git-ssb-web