mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
dismiss objects where the force flag is set for now
This commit is contained in:
@@ -3030,7 +3030,7 @@ class Activity {
|
||||
intval($item['uid'])
|
||||
);
|
||||
|
||||
if (!$r || ($r && in_array($observer_hash, [$r[0]['owner_xchan'], $r[0]['author_xchan']]))) {
|
||||
if (!$force && (!$r || ($r && in_array($observer_hash, [$r[0]['owner_xchan'], $r[0]['author_xchan']])))) {
|
||||
ObjCache::Set($item['mid'], $act->data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user