feat(xep): Remove NOOP cache access.

Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
This commit is contained in:
Ikjot Singh Dhody 2023-06-21 00:41:51 +05:30
parent b7d53b8f47
commit e6bd6d05cd

View File

@ -105,11 +105,6 @@ class MUCManager extends XmppManagerBase {
), ),
), ),
); );
await _cacheLock.synchronized(
() {
_mucRoomCache.remove(roomJid);
},
);
return const Result(true); return const Result(true);
} }
} }