|
@@ -51,6 +51,7 @@ class DetailTransformer extends TransformerAbstract
|
|
'username' => subtext($post['username'], 10),
|
|
'username' => subtext($post['username'], 10),
|
|
'avatar' => $post['avatar'],
|
|
'avatar' => $post['avatar'],
|
|
'topic' => $topic,
|
|
'topic' => $topic,
|
|
|
|
+ 'topic_ids' => $post['topic_ids'],
|
|
'title' => $post['title'],
|
|
'title' => $post['title'],
|
|
'content' => $post['content'],
|
|
'content' => $post['content'],
|
|
'location' => $post['location'],
|
|
'location' => $post['location'],
|