Skip to content

Commit

Permalink
update some @tangle deps, README
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Jun 27, 2022
1 parent f05a127 commit 4cbcf77
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 144 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const stack = SecretStack({ caps })
.use(require('ssb-backlinks')) // << required index
.use(require('ssb-query')) // << required index
.use(require('ssb-tribes'))
.use(require('ssb-private1')) // if you want to support old encryption
.use(require('ssb-private1')) // if you want to support old decryption
// *order matters*, load tribes first
.use(...)

Expand Down Expand Up @@ -80,10 +80,9 @@ This plugin provides functions for creating groups and administering things abou
A Secret-Stack server running the plugins:
- `ssb-db` >= 20.3.0
- `ssb-tribes`
- `ssb-backlinks` >= 2.1.1 - used for adding group tangle meta data to messages + loading applications

- `ssb-backlinks` >= 2.1.1 - used for adding group tangle meta data to messages
- `ssb-query` >= 2.4.5 - used for listing groups linked to your feedId, or subgroup linked to groups
- `ssb-replicate` - (optional) used to auto-replicate people who you're in groups with
- `ssb-query` >= 2.4.5 - (optional) used for listing applications

## API

Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ module.exports = {
findParentGroupLinks: 'async'
},

// TODO deprecate
// rm -rf methed/deprecated spec/deprecated test/api/application
application: {
create: 'async ',
get: 'async',
Expand Down
Loading

0 comments on commit 4cbcf77

Please sign in to comment.