fix: post-merge bugs — webRTCSupported call, duplicate imports

This commit is contained in:
root
2026-05-15 14:56:30 -04:00
parent c720cc8b64
commit 7a4347231c
4 changed files with 472 additions and 17 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ function IncomingCall({ dm, info, onIgnore, onAnswer, onReject }: IncomingCallPr
Your homeserver does not support calling.
</Text>
)}
{!webRTCSupported && (
{!webRTCSupported() && (
<Text
style={{ margin: 'auto', color: color.Critical.Main }}
size="L400"