Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 2e7ed9e

Browse files
Merge pull request #1418 from black-puppydog/master
version bumps and cleanups
2 parents 455af00 + d57888e commit 2e7ed9e

File tree

3 files changed

+993
-173
lines changed

3 files changed

+993
-173
lines changed

lib/server-process.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ const createSbot = require('secret-stack')()
1616
.use(require('ssb-friends')) // not strictly required, but helps ssb-conn a lot
1717
.use(require('ssb-blobs'))
1818
.use(require('ssb-backlinks'))
19-
.use(require('ssb-about'))
19+
.use(
20+
require('ssb-social-index')({
21+
namespace: 'about',
22+
type: 'about',
23+
destField: 'about'
24+
})
25+
)
2026
.use(require('ssb-private'))
2127
.use(require('ssb-room/tunnel/client'))
2228
.use(require('ssb-dht-invite'))

0 commit comments

Comments
 (0)