Merge branch 'core_fixes' into 'dev'
possible fix for #1326 See merge request hubzilla/core!1477
This commit is contained in:
commit
e89a3b05ec
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user