diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-19 15:32:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 15:32:12 +0100 |
commit | 8fde02fabcac588df3187a7e42108cb8f6a2239a (patch) | |
tree | 8d15138c21165fbe5b4448689654229906f32368 /src/lib/embeds.ts | |
parent | bda355fd58a06b5fe7cf58a12d32769f75112a4f (diff) | |
download | voidsky-8fde02fabcac588df3187a7e42108cb8f6a2239a.tar.zst |
Fix ext embeds in DMs (#5419)
* fix ext embeds in DMs * undo acciental rounding change
Diffstat (limited to 'src/lib/embeds.ts')
-rw-r--r-- | src/lib/embeds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/embeds.ts b/src/lib/embeds.ts index a758987b2..2904f1cc3 100644 --- a/src/lib/embeds.ts +++ b/src/lib/embeds.ts @@ -1,7 +1,7 @@ import { - AppBskyFeedDefs, AppBskyEmbedRecord, AppBskyEmbedRecordWithMedia, + AppBskyFeedDefs, } from '@atproto/api' export function isEmbedByEmbedder( |