Merge pull request #730 from Half-Shot/hs/video-gif-autoplay

Autoplay videos and GIFs if enabled by the user.
This commit is contained in:
David Baker
2017-03-02 13:41:30 +00:00
committed by GitHub
3 changed files with 34 additions and 20 deletions

View File

@@ -39,6 +39,10 @@ const REACT_SDK_VERSION =
// 'id' gives the key name in the im.vector.web.settings account data event
// 'label' is how we describe it in the UI.
const SETTINGS_LABELS = [
{
id: 'autoplayGifsAndVideos',
label: 'Autoplay GIFs and videos',
},
/*
{
id: 'alwaysShowTimestamps',