From 3327c479575da7f5b3c3a457ec53a24ad9a2cda1 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 24 Oct 2024 20:43:00 +0100 Subject: Include hydrated responses for other records (#5646) * Include hydrated responses for other records * Rename meta -> view This is actually all it is now. --- src/state/shell/composer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state/shell/composer/index.tsx') 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, }) } } -- cgit 1.4.1