fix memory key name

This commit is contained in:
ghost 2024-01-27 11:48:39 +02:00
parent baf1615319
commit a39b331cbb

View File

@ -330,7 +330,7 @@ class Room
// Reset post list cache for this room
$this->_memory->delete(
[
'\Kevachat\Geminiapp\Controller\Room::posts',
'Kevachat\Geminiapp\Controller\Room::posts',
$namespace
]
);