module.exports = function (sbot) { return function (use) { console.log("GROUP") use('event', function (opts, apply, req) { opts.id = opts.id || "%eFzw9Qca1MUppBgyGG0e2AwzlwonvwDk2GDyxM9B37c=.sha256" return function (cb) { require('./get')(sbot, opts, function (err, thread) { cb(null, require('./render')(apply, thread)) }) } }) use.map('messages', 'gathering', 'event') } }