fix(frontend): 일부 노트 표시 관련 설정을 변경해도 알림 페이지에 즉시 반영되지 않음
This commit is contained in:
parent
26f1ff623f
commit
a41043d7b4
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue