fix: clear messageCache on logout

This commit is contained in:
Infi 2022-12-23 03:44:46 +01:00
parent 589c00d3ee
commit 6e1560d9a3
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ object RevoltAPI {
serverCache.clear()
channelCache.clear()
emojiCache.clear()
messageCache.clear()
socketThread?.interrupt()
}