Fix copying timestamps to clipboard
This commit is contained in:
parent
dda61b37b2
commit
0613025f95
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ const PERMISSIONS: Record<string, boolean> = {
|
|||
// Allowed
|
||||
fullscreen: true, // required to show videos in full-screen
|
||||
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
|
||||
media: false, // required for access to microphone and camera, used for voice notes and calling
|
||||
|
|
Loading…
Add table
Reference in a new issue