git ssb

0+

cel / ssb-clingy



Commit 58822bb7ff184dc7863964b997e729f9dce50a06

add metadata

Joran committed on 6/21/2019, 9:28:23 AM
Parent: 37bc14fd6c074878351cfb7c4b80d24eebfc5b83

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -1,7 +1,10 @@
11 // Clingy Plugin
22 //
33 // Will follow any connecting id unless already following
4 +exports.name = 'ssb-clingy'
5 +exports.version = '1.0.1'
6 +
47 module.exports = function (api, opts) {
58 api.auth.hook(function (fn, args) {
69 var connecting_id = args[0]
710 var our_id = api.whoami().id
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-clingy",
3- "version": "1.0.0",
3 + "version": "1.0.1",
44 "description": "Friendly follow-back behaviour for strangers who connect to a scuttlebutt instance",
55 "main": "index.js",
66 "scripts": {
77 "test": "echo \"Error: no test specified\" && exit 1"

Built with git-ssb-web