feat: 💨

This commit is contained in:
codytseng 2025-09-06 16:44:50 +08:00
parent fc138609a1
commit 647f9062f8
9 changed files with 64 additions and 92 deletions

View file

@ -82,7 +82,6 @@ export default function PostContent({
relays: []
}
)
setSpecifiedRelayUrls(cachedSettings.specifiedRelayUrls)
setAddClientTag(cachedSettings.addClientTag ?? false)
}
return
@ -93,7 +92,6 @@ export default function PostContent({
isNsfw,
isPoll,
pollCreateData,
specifiedRelayUrls,
addClientTag
}
)