mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 01:30:23 +01:00
Update MkUrlPreview.vue
This commit is contained in:
parent
6df2a74747
commit
eaaeeb1018
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ if (requestUrl.hostname === 'bsky.app') {
|
|||
bskyHandleOrDid.value = bskyPostPageUrl[1];
|
||||
bskyPostRecordKey.value = bskyPostPageUrl[3];
|
||||
|
||||
if (bskyPostExpanded.value) {
|
||||
if (postExpanded.value) {
|
||||
openBskyEmbed();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue