1
0

Merge branch 'develop' into feature/2024.9.0

This commit is contained in:
dakkar
2024-10-11 10:10:16 +01:00
10 changed files with 102 additions and 62 deletions
+5 -1
View File
@@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.tl">
<MkTimeline
ref="tlComponent"
:key="src + withRenotes + withReplies + onlyFiles"
:key="src + withRenotes + withBots + withReplies + onlyFiles"
:src="src.split(':')[0]"
:list="src.split(':')[1]"
:withRenotes="withRenotes"
@@ -273,6 +273,10 @@ const headerActions = computed(() => {
type: 'switch',
text: i18n.ts.showRenotes,
ref: withRenotes,
}, {
type: 'switch',
text: i18n.ts.showBots,
ref: withBots,
});
if (isBasicTimeline(src.value) && hasWithReplies(src.value)) {