enable content warning for native provider
This commit is contained in:
@ -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
|
|
||||||
}} />}
|
}} />}
|
||||||
</>
|
</>
|
||||||
}
|
}
|
Reference in New Issue
Block a user