Fetch link previews from RQ (#5608)

Co-authored-by: Mary <git@mary.my.id>
Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
dan
2024-10-08 09:02:58 +09:00
committed by GitHub
parent dd8be2e939
commit c06040cc20
17 changed files with 494 additions and 520 deletions
+1 -2
View File
@@ -64,7 +64,7 @@ export type ComposerAction =
| {type: 'embed_update_gif'; alt: string}
| {type: 'embed_remove_gif'}
const MAX_IMAGES = 4
export const MAX_IMAGES = 4
export function composerReducer(
state: ComposerState,
@@ -317,7 +317,6 @@ export function createComposerState({
}
}
}
// TODO: Other initial content.
return {
embed: {
quote,