diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-02-03 23:15:10 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-02-03 23:15:10 -1000 |
commit | 54f2f24d48151bdcd501bcc58bb8934e9cef08a4 (patch) | |
tree | c49dccd51781decd08e91394f7924ab5eeff533c | |
parent | 2ebbca91a4fd8ac957a0bbe3335827a17746771f (diff) | |
download | patchfoo-54f2f24d48151bdcd501bcc58bb8934e9cef08a4.tar.gz patchfoo-54f2f24d48151bdcd501bcc58bb8934e9cef08a4.zip |
Allow multiple new-style addresses
-rw-r--r-- | lib/app.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1024,7 +1024,6 @@ App.prototype.getAddresses = function (id) { cat([ this.sbot.query.read({ reverse: true, - limit: 1, query: [ {$filter: { value: { @@ -1040,7 +1039,6 @@ App.prototype.getAddresses = function (id) { }), this.sbot.query.read({ reverse: true, - limit: 1, query: [ {$filter: { value: { |