aboutsummaryrefslogtreecommitdiff
path: root/lib/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/app.js')
-rw-r--r--lib/app.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/app.js b/lib/app.js
index 73b313d..e0b4417 100644
--- a/lib/app.js
+++ b/lib/app.js
@@ -79,6 +79,23 @@ function App(sbot, config) {
this.serveSsbNpmRegistry = SsbNpmRegistry.respond(this.sbot, this.config)
this.monitorBlobWants()
+ this.navLinks = conf.nav || [
+ 'new',
+ 'public',
+ 'private',
+ 'mentions',
+ 'peers',
+ this.sbot.status && 'status',
+ 'channels',
+ 'tags',
+ 'friends',
+ 'search',
+ 'live',
+ 'compose',
+ 'emojis',
+ 'self',
+ 'searchbox'
+ ]
}
App.prototype.go = function () {