forked from GNUsocial/gnu-social
Undo my previous change that breaks the Popular Notices section on the public timeline under MySQL
This commit is contained in:
parent
38b6946349
commit
0c066db428
@ -54,7 +54,7 @@ class PopularNoticeSection extends NoticeSection
|
|||||||
$weightexpr='sum(exp(-(now() - fave.modified) / %s))';
|
$weightexpr='sum(exp(-(now() - fave.modified) / %s))';
|
||||||
}
|
}
|
||||||
|
|
||||||
$qry = 'SELECT notice.id, '.
|
$qry = 'SELECT notice.*, '.
|
||||||
$weightexpr . ' as weight ' .
|
$weightexpr . ' as weight ' .
|
||||||
'FROM notice JOIN fave ON notice.id = fave.notice_id ' .
|
'FROM notice JOIN fave ON notice.id = fave.notice_id ' .
|
||||||
'GROUP BY notice.id ' .
|
'GROUP BY notice.id ' .
|
||||||
|
Loading…
Reference in New Issue
Block a user