enable content warning for native provider

This commit is contained in:
2023-07-06 22:06:55 +01:00
parent ad7dc56214
commit 6358c08246

View File

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