git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 2054587fb2d52ecbd903a09f1f34b2133d93f4c0

Files: 2054587fb2d52ecbd903a09f1f34b2133d93f4c0 / plugs / about / sync / short-feed-id.js

211 bytesRaw
1var nest = require('depnest')
2
3exports.gives = nest('about.sync.shortFeedId')
4
5exports.create = function (api) {
6 return nest('about.sync.shortFeedId', function (id) {
7 return `${id.slice(0, 10)}...`
8 })
9}
10

Built with git-ssb-web