diff --git a/src/pages/stream/new-post.ts b/src/pages/stream/new-post.ts index 9aa8055..031f1d6 100644 --- a/src/pages/stream/new-post.ts +++ b/src/pages/stream/new-post.ts @@ -67,8 +67,8 @@ export class NewPostModal { 'body': this.ptext, 'tstamp': new Date().valueOf() } - this.ptext = this.ptext.substr(0, 40) + "... - http://chimpnut.nl/u/"; - this.ptext = this.ptext + this.navParams.data.me + "/lp/{object_id} - #longpost"; + 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.raw.push({ type: "nl.chimpnut.blog.post", value: this.longpost