fix: some bugs

This commit is contained in:
codytseng
2025-09-05 22:28:13 +08:00
parent 2855754648
commit be3c0023fe
4 changed files with 15 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ type TPostSettings = {
isNsfw?: boolean
isPoll?: boolean
pollCreateData?: TPollCreateData
specifiedRelayUrls?: string[]
addClientTag?: boolean
}