Update MkUrlPreview.vue

This commit is contained in:
かっこかり 2024-11-18 20:31:48 +09:00 committed by GitHub
parent 6df2a74747
commit eaaeeb1018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ if (requestUrl.hostname === 'bsky.app') {
bskyHandleOrDid.value = bskyPostPageUrl[1]; bskyHandleOrDid.value = bskyPostPageUrl[1];
bskyPostRecordKey.value = bskyPostPageUrl[3]; bskyPostRecordKey.value = bskyPostPageUrl[3];
if (bskyPostExpanded.value) { if (postExpanded.value) {
openBskyEmbed(); openBskyEmbed();
} }
} }