bump post count and include raw when retrieving thread. #5

This commit is contained in:
Morgan McMillian 2017-06-19 18:42:24 -07:00
parent 58394d83ab
commit 4bbff3cf8a

View file

@ -86,7 +86,7 @@ export class StreamPage {
}
fetchThread(threadid) {
pnut.thread(threadid).then(res => {
pnut.thread(threadid, {include_raw: 1, count: 140}).then(res => {
this.navCtrl.push(ThreadPage, {posts: res.data});
}).catch(err => {
console.log(err);