From 89b183929cf4bd6180a58be21eb9b24102934e1c Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 27 Jan 2024 12:55:12 +0200 Subject: [PATCH] fix memory key --- src/controller/room.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/controller/room.php b/src/controller/room.php index 644b372..3c91440 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -297,8 +297,7 @@ class Room // Reset cache $this->_memory->delete( [ - 'Kevachat\Geminiapp\Controller\Room::_pending', - $namespace + 'Kevachat\Geminiapp\Controller\Room::_pending' ] );