Drop accidental eslint dependency (#11460)

This commit is contained in:
Samuel Newman
2026-08-14 10:21:52 +03:00
committed by GitHub
parent afb3cdc26f
commit 70195d7059
62 changed files with 197 additions and 483 deletions
@@ -40,8 +40,7 @@ import * as bsky from '#/types/bsky'
* embed: either a quoted post or a group chat invite link.
*/
export type MessageEmbedState =
| {type: 'post'; uri: string}
| {type: 'invite'; code: string}
{type: 'post'; uri: string} | {type: 'invite'; code: string}
export function useMessageEmbed() {
const route =