Sorting changed to "created"
This commit is contained in:
parent
eae1affb21
commit
1cd729531d
8 changed files with 48 additions and 22 deletions
|
@ -1551,8 +1551,8 @@ return [
|
|||
"event-id" => ["event-id"],
|
||||
"psid" => ["psid"],
|
||||
"author-id_uid" => ["author-id", "uid"],
|
||||
"author-id_received" => ["author-id", "received"],
|
||||
"owner-id_received" => ["owner-id", "received"],
|
||||
"author-id_created" => ["author-id", "created"],
|
||||
"owner-id_created" => ["owner-id", "created"],
|
||||
"parent-uri-id_uid" => ["parent-uri-id", "uid"],
|
||||
"uid_wall_received" => ["uid", "wall", "received"],
|
||||
"uid_contactid" => ["uid", "contact-id"],
|
||||
|
@ -1602,6 +1602,8 @@ return [
|
|||
"post-user-id" => ["post-user-id"],
|
||||
"commented" => ["commented"],
|
||||
"received" => ["received"],
|
||||
"author-id_created" => ["author-id", "created"],
|
||||
"owner-id_created" => ["owner-id", "created"],
|
||||
"uid_received" => ["uid", "received"],
|
||||
"uid_wall_received" => ["uid", "wall", "received"],
|
||||
"uid_commented" => ["uid", "commented"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue