Matt McKegg@FbGoHeEcePDG3Evemrc+hm+S77cXKf8BRQgkYinJggg=.ed25519
Next@cel Oh by the way, I'm happy to accept PRs via git-ssb, but unfortunately the current Patchwork doesn't show mentions for git-ssb messages. So for now, can you also send me a PM with a link to the issue?
Hopefully figure out a better to solution to this soon!
Didn't see this until now, but I just added a
opts.index
to ssb-backlinks that allows you to override which index to use.Example from patchcore:
return api.sbot.pull.backlinks(extend(opts, { index: 'DTS', // HACK: force index since flumeview-query is choosing the wrong one query: [ {$filter: filter} ] }))
Built with git-ssb-web