This commit is contained in:
codytseng
2025-09-05 23:07:52 +08:00
parent ab51f768f9
commit 7562ae2c77
2 changed files with 3 additions and 0 deletions

View File

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