1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #1845 from kethinov/hide_encryption_icons

Hide inline encryption icons except when hovering over a message
This commit is contained in:
Luke Barnard
2018-04-30 17:57:22 +01:00
committed by GitHub
5 changed files with 23 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ const gHVersionLabel = function(repo, token='') {
const SIMPLE_SETTINGS = [
{ id: "urlPreviewsEnabled" },
{ id: "autoplayGifsAndVideos" },
{ id: "alwaysShowEncryptionIcons" },
{ id: "hideReadReceipts" },
{ id: "dontSendTypingNotifications" },
{ id: "alwaysShowTimestamps" },