about summary refs log tree commit diff
path: root/src/state/shell/composer/index.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-10-24 20:43:00 +0100
committerGitHub <noreply@github.com>2024-10-24 20:43:00 +0100
commit3327c479575da7f5b3c3a457ec53a24ad9a2cda1 (patch)
treef0b7dbbe3661288e936fc5cdb416ad8c6cc90d9c /src/state/shell/composer/index.tsx
parente8a53dcea84afc3b313037dbaf059c68121eb9ab (diff)
downloadvoidsky-3327c479575da7f5b3c3a457ec53a24ad9a2cda1.tar.zst
Include hydrated responses for other records (#5646)
* Include hydrated responses for other records

* Rename meta -> view

This is actually all it is now.
Diffstat (limited to 'src/state/shell/composer/index.tsx')
-rw-r--r--src/state/shell/composer/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/shell/composer/index.tsx b/src/state/shell/composer/index.tsx
index dc9a7d880..9cac64426 100644
--- a/src/state/shell/composer/index.tsx
+++ b/src/state/shell/composer/index.tsx
@@ -66,7 +66,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
             cid: opts.quote.cid,
             uri: opts.quote.uri,
           },
-          meta: opts.quote,
+          view: opts.quote,
         })
       }
     }