Change URL to Mastodon Share Manager
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7275a530a2
commit
54afbd395f
@ -190,7 +190,7 @@ export default class ShareEventModal extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get mastodonShareUrl(): string {
|
get mastodonShareUrl(): string {
|
||||||
return `https://toot.karamoff.dev/?text=${encodeURIComponent(
|
return `https://toot.kytta.dev/?text=${encodeURIComponent(
|
||||||
this.basicTextToEncode
|
this.basicTextToEncode
|
||||||
)}`;
|
)}`;
|
||||||
}
|
}
|
||||||
|
@ -177,7 +177,7 @@ export default class ShareGroupModal extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get mastodonShareUrl(): string {
|
get mastodonShareUrl(): string {
|
||||||
return `https://toot.karamoff.dev/?text=${encodeURIComponent(
|
return `https://toot.kytta.dev/?text=${encodeURIComponent(
|
||||||
this.basicTextToEncode
|
this.basicTextToEncode
|
||||||
)}`;
|
)}`;
|
||||||
}
|
}
|
||||||
|
@ -179,7 +179,7 @@ export default class SharePostModal extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get mastodonShareUrl(): string {
|
get mastodonShareUrl(): string {
|
||||||
return `https://toot.karamoff.dev/?text=${encodeURIComponent(
|
return `https://toot.kytta.dev/?text=${encodeURIComponent(
|
||||||
this.basicTextToEncode
|
this.basicTextToEncode
|
||||||
)}`;
|
)}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user