fix(frontend): 일부 노트 표시 관련 설정을 변경해도 알림 페이지에 즉시 반영되지 않음

This commit is contained in:
NoriDev 2023-12-15 01:22:39 +09:00
parent 26f1ff623f
commit a41043d7b4

View file

@ -478,7 +478,6 @@ watch([
});
watch([
enableInfiniteScroll,
hideAvatarsInNote,
showNoteActionsOnlyHover,
instanceTicker,
@ -486,12 +485,20 @@ watch([
reactionsDisplaySize,
limitWidthOfReaction,
highlightSensitiveMedia,
showReplyInNotification,
enableAbsoluteTime,
enableMarkByDate,
showSubNoteFooterButton,
infoButtonForNoteActionsEnabled,
renoteQuoteButtonSeparation,
allMediaNoteCollapse,
], () => {
reloadTimeline();
reloadNotification();
});
watch([
enableInfiniteScroll,
], () => {
reloadTimeline();
});