fix: 💨

This commit is contained in:
codytseng 2025-07-06 00:58:21 +08:00 committed by Cody Tseng
parent 98bf906916
commit c729c20771
21 changed files with 63 additions and 42 deletions

View file

@ -55,6 +55,7 @@ const NoteListPage = forwardRef((_, ref) => {
filter={filter}
needCheckAlgoRelay={feedInfo.feedType !== 'following'}
isMainFeed
skipTrustCheck={feedInfo.feedType === 'following'}
/>
)
}