small fix of url share again

pull/6/head
Namekuji 2022-12-15 22:55:03 -05:00
rodzic 79fccb9ec8
commit 4884afbbbb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -96,8 +96,8 @@ export default {
const url = new URL(donURL);
const texts = [
"Audon で部屋を作りました!",
`参加用リンク: ${this.roomURL}`,
`タイトル:${this.title}`,
`参加用リンク ${this.roomURL}`,
`タイトル: ${this.title}`,
];
if (this.description)
texts.push(truncate("\n" + this.description, { length: 200 }));