about summary refs log tree commit diff
path: root/src/third-party/api/index.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-28 17:02:55 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-28 17:02:55 -0500
commitcb5a575bc85faa8ea6a8ecd556972f8cf06d8bb7 (patch)
tree4d1b627d4ddbf83c6592d2c910f0b8e469470f59 /src/third-party/api/index.js
parentb4ad0cff4bbf77448b7bb49e1421ef2ab3271b66 (diff)
downloadvoidsky-cb5a575bc85faa8ea6a8ecd556972f8cf06d8bb7.tar.zst
Fix feed pagination on user profiles
Diffstat (limited to 'src/third-party/api/index.js')
-rw-r--r--src/third-party/api/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third-party/api/index.js b/src/third-party/api/index.js
index 688a9e3f3..5ec5090f2 100644
--- a/src/third-party/api/index.js
+++ b/src/third-party/api/index.js
@@ -10935,6 +10935,9 @@ var methodSchemas = [
               "indexedAt"
             ],
             properties: {
+              cursor: {
+                type: "string"
+              },
               uri: {
                 type: "string"
               },