git ssb

16+

cel / patchfoo



Commit df6d424b86391119a29d101da2fe0a42140583c6

default filter to all

cel committed on 1/14/2019, 7:54:07 PM
Parent: 0137a295d2cf9c659a360eca278d25d3f2f1b207

Files changed

lib/app.jschanged
lib/app.jsView
@@ -33,9 +33,9 @@
3333
3434 var conf = config.patchfoo || {}
3535 this.port = conf.port || 8027
3636 this.host = conf.host || 'localhost'
37- this.msgFilter = conf.filter
37 + this.msgFilter = conf.filter == null ? 'all' : conf.filter
3838 this.showPrivates = conf.showPrivates == null ? true : conf.showPrivates
3939 this.previewVotes = conf.previewVotes == null ? false : conf.previewVotes
4040 this.previewContacts = conf.previewContacts == null ? false : conf.previewContacts
4141 this.useOoo = conf.ooo == null ? false : conf.ooo

Built with git-ssb-web