Skip to content

Commit

Permalink
update ssb-meta-feeds and fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Sep 16, 2021
1 parent 14e04e7 commit 2fe8791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ exports.init = function (sbot, config) {
function block(origFeedId, destFeedId, blocking, formatName) {
initialized.promise.then(() => {
const ebt = findEBTForFeed(origFeedId, formatName)
ebt.prepareForIsFeed(() => {
ebt.prepareForIsFeed(destFeedId, () => {
if (!ebt.isFeed(origFeedId)) return
if (!ebt.isFeed(destFeedId)) return

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ssb-generate": "^1.0.1",
"ssb-index-feed-writer": "^0.6.0",
"ssb-keys": "^8.1.0",
"ssb-meta-feeds": "^0.21.0",
"ssb-meta-feeds": "^0.22.0",
"ssb-validate": "^4.1.4",
"tap-spec": "^5.0.0",
"tape": "^5.2.2"
Expand Down

0 comments on commit 2fe8791

Please sign in to comment.