You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-20 20:42:03 +03:00
Disable stopping a voice broadcast recording by click on the tile (#9436)
This commit is contained in:
@@ -24,14 +24,10 @@ export const VoiceBroadcastRecordingBody: React.FC<VoiceBroadcastRecordingBodyPr
|
||||
live,
|
||||
room,
|
||||
sender,
|
||||
stopRecording,
|
||||
} = useVoiceBroadcastRecording(recording);
|
||||
|
||||
return (
|
||||
<div
|
||||
className="mx_VoiceBroadcastRecordingBody"
|
||||
onClick={stopRecording}
|
||||
>
|
||||
<div className="mx_VoiceBroadcastRecordingBody">
|
||||
<VoiceBroadcastHeader
|
||||
live={live}
|
||||
sender={sender}
|
||||
|
||||
Reference in New Issue
Block a user