when leaving protected session don't forget to reset note cache (titles), #1810

This commit is contained in:
zadam
2021-04-03 22:02:25 +02:00
parent 2318d615bb
commit ef37a52a06
6 changed files with 25 additions and 4 deletions

View File

@@ -177,6 +177,10 @@ eventService.subscribe(eventService.ENTER_PROTECTED_SESSION, () => {
}
});
eventService.subscribe(eventService.LEAVE_PROTECTED_SESSION, () => {
load();
});
module.exports = {
load
};