Bug 1425496 - Add Recently Pocketed Items to Highlights r=Mardak

MozReview-Commit-ID: LyXKkQkPXte
This commit is contained in:
Ursula Sarracini
2018-02-02 17:06:06 -05:00
parent 2a08d29a22
commit 66f5b140b3
4 changed files with 161 additions and 3 deletions

View File

@@ -523,7 +523,8 @@ const PanelUI = {
// As per bug 1402023, hard-coded limit, until Activity Stream develops a
// richer list.
numItems: 6,
withFavicons: true
withFavicons: true,
excludePocket: true
}).catch(ex => {
// Just hide the section if we can't retrieve the items from the database.
Cu.reportError(ex);