API: Tredning statuses added
This commit is contained in:
parent
6b36bd893b
commit
c00004f6ea
8 changed files with 85 additions and 12 deletions
|
@ -664,6 +664,7 @@
|
|||
"question-end-time" => ["post-question", "end-time"],
|
||||
"has-categories" => "0",
|
||||
"has-media" => "EXISTS(SELECT `id` FROM `post-media` WHERE `post-media`.`uri-id` = `post-thread`.`uri-id`)",
|
||||
"total-comments" => "(SELECT COUNT(*) FROM `post` WHERE `parent-uri-id` = `post-thread`.`uri-id` AND `gravity` = 6)",
|
||||
"signed_text" => ["diaspora-interaction", "interaction"],
|
||||
"parent-guid" => ["parent-item-uri", "guid"],
|
||||
"parent-network" => ["parent-post", "network"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue