fixes, clear cache on logout

This commit is contained in:
Henry Jameson 2022-08-12 01:19:19 +03:00
commit 8d3d8fffab
7 changed files with 20 additions and 8 deletions

View file

@ -64,7 +64,7 @@ const NavPanel = {
{
hasChats: this.pleromaChatMessagesAvailable,
isFederating: this.federating,
isPrivate: this.private,
isPrivate: this.privateMode,
currentUser: this.currentUser
}
)