mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Workaround #813
This commit is contained in:
parent
53eac88edb
commit
790edc73c8
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ class Application extends App implements IBootstrap
|
|||
});
|
||||
|
||||
$dispatcher->addListener(BeforeUserLoggedOutEvent::class, function (BeforeUserLoggedOutEvent $Event) {
|
||||
\OC::$server->getSession()['snappymail-password'] = '';
|
||||
// https://github.com/nextcloud/server/issues/36083#issuecomment-1387370634
|
||||
// \OC::$server->getSession()['snappymail-password'] = '';
|
||||
SnappyMailHelper::loadApp();
|
||||
\RainLoop\Api::Actions()->Logout(true);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue