about summary refs log tree commit diff
path: root/src/view/com/composer/Composer.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-10-08 08:58:42 +0900
committerGitHub <noreply@github.com>2024-10-07 16:58:42 -0700
commitdd8be2e939d2879e2bb23b2ccd843a034d19b8dd (patch)
treefe5ec58ce2fdc72e0112993e85d4efdc265eca25 /src/view/com/composer/Composer.tsx
parente564fe9cc6abd69f4dfc0cef968dc38741cfc759 (diff)
downloadvoidsky-dd8be2e939d2879e2bb23b2ccd843a034d19b8dd.tar.zst
Use composer state as source of truth for embeds/links on publish (#5606)
Co-authored-by: Mary <git@mary.my.id>
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/view/com/composer/Composer.tsx')
-rw-r--r--src/view/com/composer/Composer.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx
index 0189ca9a8..a1c4e7656 100644
--- a/src/view/com/composer/Composer.tsx
+++ b/src/view/com/composer/Composer.tsx
@@ -425,8 +425,6 @@ export const ComposePost = ({
             composerState, // TODO: move more state here.
             rawText: richtext.text,
             replyTo: replyTo?.uri,
-            quote,
-            extLink,
             labels,
             threadgate: threadgateAllowUISettings,
             postgate,