bump post count and include raw when retrieving thread. #5
This commit is contained in:
parent
58394d83ab
commit
4bbff3cf8a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue