diff options
author | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-04-08 18:36:36 -0400 |
---|---|---|
committer | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-04-08 18:38:50 -0400 |
commit | 28562531dcff8901fe1698cccf8eb98eb74d912c (patch) | |
tree | af4ae36d56fcea71f7a8d86e58067578f3966293 /lib/app.js | |
parent | 94607565ec744efb11bdb97a69a6089a4f241985 (diff) | |
download | patchfoo-28562531dcff8901fe1698cccf8eb98eb74d912c.tar.gz patchfoo-28562531dcff8901fe1698cccf8eb98eb74d912c.zip |
Allow querying mentions of any id
Diffstat (limited to 'lib/app.js')
-rw-r--r-- | lib/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -817,7 +817,7 @@ App.prototype.streamMentions = function (opts) { 'Viewing mentions requires the ssb-backlinks plugin')) if (this.sbot.backlinks) return this.filter(this.sbot.backlinks, opts, { - dest: this.sbot.id, + dest: opts.id || this.sbot.id, }) } |