Update longpost URL, issue #92
This commit is contained in:
parent
d6492c54dd
commit
fb56ad8a81
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ export class NewPostModal {
|
||||||
'body': this.ptext,
|
'body': this.ptext,
|
||||||
'tstamp': new Date().valueOf()
|
'tstamp': new Date().valueOf()
|
||||||
}
|
}
|
||||||
this.ptext = this.ptext.substr(0, 40) + "... - http://chimpnut.nl/u/";
|
this.ptext = this.ptext.substr(0, 100) + "... - https://longpo.st/p/{object_id} - #longpost";
|
||||||
this.ptext = this.ptext + this.navParams.data.me + "/lp/{object_id} - #longpost";
|
// this.ptext = this.ptext + this.navParams.data.me + "/lp/{object_id} - #longpost";
|
||||||
this.raw.push({
|
this.raw.push({
|
||||||
type: "nl.chimpnut.blog.post",
|
type: "nl.chimpnut.blog.post",
|
||||||
value: this.longpost
|
value: this.longpost
|
||||||
|
|
Reference in a new issue