forked from GNUsocial/gnu-social
Only show twitter msgs in your own inbox
This commit is contained in:
@@ -406,8 +406,10 @@ class Notice extends Memcached_DataObject
|
||||
|
||||
while ($user->fetch()) {
|
||||
$cache->delete(common_cache_key('notice_inbox:by_user:'.$user->id));
|
||||
$cache->delete(common_cache_key('notice_inbox:by_user_own:'.$user->id));
|
||||
if ($blowLast) {
|
||||
$cache->delete(common_cache_key('notice_inbox:by_user:'.$user->id.';last'));
|
||||
$cache->delete(common_cache_key('notice_inbox:by_user_own:'.$user->id.';last'));
|
||||
}
|
||||
}
|
||||
$user->free();
|
||||
|
Reference in New Issue
Block a user