1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 18:45:29 +02:00

enhance(frontend): URLプレビューをユーザーサイドで無効化できるように (#16064)

* enhance(frontend): URLプレビューをユーザーサイドで無効化できるように

* fix lint

* Update Changelog

* fix: 設定項目をデータセーバーに移動
This commit is contained in:
かっこかり
2025-05-20 13:42:30 +09:00
committed by GitHub
parent 7888f771c3
commit f74c38f313
14 changed files with 44 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ import { toUnicode as decodePunycode } from 'punycode.js';
import { url as local } from '@@/js/config.js';
import * as os from '@/os.js';
import { useTooltip } from '@/composables/use-tooltip.js';
import { isEnabledUrlPreview } from '@/instance.js';
import { isEnabledUrlPreview } from '@/utility/url-preview.js';
import type { MkABehavior } from '@/components/global/MkA.vue';
import { maybeMakeRelative } from '@@/js/url.js';