enable content warning for native provider

This commit is contained in:
Kieran 2023-07-06 22:06:55 +01:00
parent ad7dc56214
commit 6358c08246
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -72,8 +72,7 @@ export function NostrProviderDialog({ provider, ...others }: { provider: StreamP
others.onFinish?.(ex);
}} ev={streamEvent} options={{
canSetStream: false,
canSetStatus: false,
canSetContentWarning: false
canSetStatus: false
}} />}
</>
}