hotkey: Enable spectators to copy via keyboard in web-public channels.

Fixes #35782.

(cherry picked from commit ea97d1a77a)
This commit is contained in:
opmkumar
2025-08-26 00:19:15 +05:30
committed by Tim Abbott
parent ef395b0e50
commit 6a602dc57c

View File

@@ -1314,6 +1314,7 @@ export function process_hotkey(e, hotkey) {
"show_lightbox",
"toggle_sender_info",
"edit_message",
"copy_with_c",
].includes(event_name)
) {
spectators.login_to_access();