Fix copying timestamps to clipboard

This commit is contained in:
Fedor Indutny 2022-12-19 10:23:53 -08:00 committed by GitHub
parent dda61b37b2
commit 0613025f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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