fix caching for conversations, again
This commit is contained in:
parent
69f0613473
commit
c96572c090
@ -360,7 +360,7 @@ class Notice extends Memcached_DataObject
|
||||
{
|
||||
$cache = common_memcache();
|
||||
if ($cache) {
|
||||
$ck = 'notice:conversation_ids:'.$this->conversation;
|
||||
$ck = common_cache_key('notice:conversation_ids:'.$this->conversation);
|
||||
$cache->delete($ck);
|
||||
if ($blowLast) {
|
||||
$cache->delete($ck.';last');
|
||||
|
Loading…
Reference in New Issue
Block a user