diff --git a/src/pages/stream/stream.ts b/src/pages/stream/stream.ts index 82e0504..97ec45f 100644 --- a/src/pages/stream/stream.ts +++ b/src/pages/stream/stream.ts @@ -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);