make tagadelic results (including categories in wall-to-wall posts) visible to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree.
This commit is contained in:
@@ -79,7 +79,8 @@ function categories_widget($baseurl,$selected = '') {
|
||||
where item.uid = %d
|
||||
and term.uid = item.uid
|
||||
and term.type = %d
|
||||
and item.author_xchan = '%s'
|
||||
and item.owner_xchan = '%s'
|
||||
and item.item_wall = 1
|
||||
$item_normal
|
||||
order by term.term asc",
|
||||
intval($a->profile['profile_uid']),
|
||||
|
Reference in New Issue
Block a user