forked from GNUsocial/gnu-social
notice_inbox.id -> notice_inbox.notice_id
darcs-hash:20081112173627-5ed1f-7cee5b6f25ab654f066c8902492ed531fb1ea091.gz
This commit is contained in:
parent
3987de1064
commit
0625f18c8e
@ -335,7 +335,7 @@ class User extends Memcached_DataObject
|
|||||||
return Notice::getStream(sprintf($qry, $this->id),
|
return Notice::getStream(sprintf($qry, $this->id),
|
||||||
'user:notices_with_friends:' . $this->id,
|
'user:notices_with_friends:' . $this->id,
|
||||||
$offset, $limit, $since_id, $before_id,
|
$offset, $limit, $since_id, $before_id,
|
||||||
'ORDER BY notice_inbox.created DESC, notice_inbox.id DESC ');
|
'ORDER BY notice_inbox.created DESC, notice_inbox.notice_id DESC ');
|
||||||
}
|
}
|
||||||
|
|
||||||
function blowFavesCache() {
|
function blowFavesCache() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user