Merge branch 'core_fixes' into 'dev'

possible fix for #1326

See merge request hubzilla/core!1477
This commit is contained in:
M. Dent 2019-01-18 06:13:04 +01:00
commit e89a3b05ec

View File

@ -468,6 +468,9 @@ function notificationsUpdate(cached_data) {
$.get(pingCmd,function(data) {
// Put the object into storage
if(! data)
return;
sessionStorage.setItem('notifications_cache', JSON.stringify(data));
var fnotifs = [];