kopia lustrzana https://codeberg.org/nmkj/audon
small fix of url share again
rodzic
79fccb9ec8
commit
4884afbbbb
|
@ -96,8 +96,8 @@ export default {
|
||||||
const url = new URL(donURL);
|
const url = new URL(donURL);
|
||||||
const texts = [
|
const texts = [
|
||||||
"Audon で部屋を作りました!",
|
"Audon で部屋を作りました!",
|
||||||
`参加用リンク: ${this.roomURL}`,
|
`参加用リンク: ${this.roomURL}`,
|
||||||
`タイトル:${this.title}`,
|
`タイトル: ${this.title}`,
|
||||||
];
|
];
|
||||||
if (this.description)
|
if (this.description)
|
||||||
texts.push(truncate("\n" + this.description, { length: 200 }));
|
texts.push(truncate("\n" + this.description, { length: 200 }));
|
||||||
|
|
Ładowanie…
Reference in New Issue