implement caching of notifications in browser session storage

This commit is contained in:
Mario Vavti
2018-01-24 11:16:51 +01:00
parent deede8e2dd
commit e3a6b0012e
3 changed files with 141 additions and 102 deletions

View File

@@ -9,4 +9,4 @@ class Logout extends \Zotlabs\Web\Controller {
goaway(z_root());
}
}
}