summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkTimeline.vue
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-01-21 18:29:17 +0900
committerGitHub <noreply@github.com>2024-01-21 18:29:17 +0900
commit0580ba1fb5a1c9608b454e7533f582a265905ab7 (patch)
treee64830d645d71f55efcf71443632f610f55f5581 /packages/frontend/src/components/MkTimeline.vue
parentreturn a `Vary: Accept` header for all dual-format endpoints #365 (#13044) (diff)
downloadmisskey-0580ba1fb5a1c9608b454e7533f582a265905ab7.tar.gz
misskey-0580ba1fb5a1c9608b454e7533f582a265905ab7.tar.bz2
misskey-0580ba1fb5a1c9608b454e7533f582a265905ab7.zip
enhance(frontend): タイムラインフィルターの設定を保持+センシティブなノートを隠せるように (#12848)
* (enhance) タイムラインフィルターの状態を記憶するように * fix * (enhance) センシティブな投稿をミュート形式で表示する(TLのみ) * fix * Update Changelog * Fix changelog * Lintエラーを潰す * Update locales/ja-JP.yml * hideSensitive -> withSensitive * Update CHANGELOG.md * Update ja-JP.yml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'packages/frontend/src/components/MkTimeline.vue')
-rw-r--r--packages/frontend/src/components/MkTimeline.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkTimeline.vue b/packages/frontend/src/components/MkTimeline.vue
index 8a5076ea1d..9ea654213e 100644
--- a/packages/frontend/src/components/MkTimeline.vue
+++ b/packages/frontend/src/components/MkTimeline.vue
@@ -49,6 +49,7 @@ const emit = defineEmits<{
(ev: 'queue', count: number): void;
}>();
+provide('inTimeline', true);
provide('inChannel', computed(() => props.src === 'channel'));
type TimelineQueryType = {