feat(xep): Remove NOOP cache access.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
This commit is contained in:
parent
b7d53b8f47
commit
e6bd6d05cd
@ -105,11 +105,6 @@ class MUCManager extends XmppManagerBase {
|
||||
),
|
||||
),
|
||||
);
|
||||
await _cacheLock.synchronized(
|
||||
() {
|
||||
_mucRoomCache.remove(roomJid);
|
||||
},
|
||||
);
|
||||
return const Result(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user