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-11-11 14:15:43 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-11 14:15:43 -0600
commit38ed9a794353ae89c5c311dcecab00f0313ec675 (patch)
tree1dd289dce051a8bb6f4a4f33bb6540ae73637ce6 /src/third-party/api/index.js
parentfe52d19c485f4cdaec3b35ca31f5e9e7b44ff975 (diff)
downloadvoidsky-38ed9a794353ae89c5c311dcecab00f0313ec675.tar.zst
Implement profile updates
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 d7aea65fa..d32c04ed6 100644
--- a/src/third-party/api/index.js
+++ b/src/third-party/api/index.js
@@ -11770,6 +11770,9 @@ var methodSchemaDict = {
       schema: {
         type: "object",
         properties: {
+          did: {
+            type: "string"
+          },
           displayName: {
             type: "string",
             maxLength: 64