fix: disable trust filter on profile feed

This commit is contained in:
codytseng 2026-01-13 23:28:50 +08:00
parent 7e8f1692ac
commit 1766beade4
3 changed files with 24 additions and 2 deletions

View file

@ -31,6 +31,7 @@ const EmojiPackSettingsPage = forwardRef(({ index }: { index?: number }, ref) =>
<NoteList
showKinds={[kinds.Emojisets]}
subRequests={[{ urls: getDefaultRelayUrls(), filter: {} }]}
hideSpam
/>
)}
</SecondaryPageLayout>