Bug 1162570 - Enable context in conversations for Loop. r=mikedeboer

This commit is contained in:
Mark Banner 2015-05-08 13:46:53 +01:00
Родитель a31132716f
Коммит b3e36fdbd9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1719,7 +1719,7 @@ pref("loop.support_url", "https://support.mozilla.org/kb/group-conversations-fir
pref("loop.contacts.gravatars.show", false);
pref("loop.contacts.gravatars.promo", true);
pref("loop.browserSharing.showInfoBar", true);
pref("loop.contextInConversations.enabled", false);
pref("loop.contextInConversations.enabled", true);
pref("social.sidebar.unload_timeout_ms", 10000);