git ssb

10+

Matt McKegg / patchwork



Tree: 76e2261d6ca24409b8070a30b53f8297afb5d3b5

Files: 76e2261d6ca24409b8070a30b53f8297afb5d3b5 / 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