revert
This commit is contained in:
parent
ab51f768f9
commit
7562ae2c77
2 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ export default function PostContent({
|
||||||
relays: []
|
relays: []
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
setSpecifiedRelayUrls(cachedSettings.specifiedRelayUrls)
|
||||||
setAddClientTag(cachedSettings.addClientTag ?? false)
|
setAddClientTag(cachedSettings.addClientTag ?? false)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
@ -92,6 +93,7 @@ export default function PostContent({
|
||||||
isNsfw,
|
isNsfw,
|
||||||
isPoll,
|
isPoll,
|
||||||
pollCreateData,
|
pollCreateData,
|
||||||
|
specifiedRelayUrls,
|
||||||
addClientTag
|
addClientTag
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ type TPostSettings = {
|
||||||
isNsfw?: boolean
|
isNsfw?: boolean
|
||||||
isPoll?: boolean
|
isPoll?: boolean
|
||||||
pollCreateData?: TPollCreateData
|
pollCreateData?: TPollCreateData
|
||||||
|
specifiedRelayUrls?: string[]
|
||||||
addClientTag?: boolean
|
addClientTag?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue