mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix copying timestamps to clipboard
This commit is contained in:
@@ -12,6 +12,7 @@ const PERMISSIONS: Record<string, boolean> = {
|
|||||||
// Allowed
|
// Allowed
|
||||||
fullscreen: true, // required to show videos in full-screen
|
fullscreen: true, // required to show videos in full-screen
|
||||||
notifications: true, // required to show OS notifications for new messages
|
notifications: true, // required to show OS notifications for new messages
|
||||||
|
'clipboard-sanitized-write': true, // required to copy text into clipboard
|
||||||
|
|
||||||
// Off by default, can be enabled by user
|
// Off by default, can be enabled by user
|
||||||
media: false, // required for access to microphone and camera, used for voice notes and calling
|
media: false, // required for access to microphone and camera, used for voice notes and calling
|
||||||
|
|||||||
Reference in New Issue
Block a user