Skip to content

Commit

Permalink
Try removing post compat from default import
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Nov 2, 2023
1 parent eda707a commit cb95783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ module.exports = [
require('ssb-box'),
require('ssb-box2'),
require('./compat/publish'),
require('./compat/post'),
require('./migrate'),
]
1 change: 1 addition & 0 deletions test/compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const sbot = SecretStack({ appKey: caps.shs })
.use(require('../'))
.use(require('../compat/db'))
.use(require('../compat/history-stream'))
.use(require('../compat/post'))
.call(null, {
keys,
path: dir,
Expand Down

0 comments on commit cb95783

Please sign in to comment.