fedimbed: trim desc
This commit is contained in:
parent
5419caa553
commit
89f2306baa
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ async function processUrl(msg, url, spoiler = false, command = false) {
|
|||
desc = desc.substring(0, MAX_LENGTH) + "\u2026";
|
||||
}
|
||||
}
|
||||
headerContent += "\n" + desc;
|
||||
headerContent += "\n" + desc.trim();
|
||||
|
||||
const header = [
|
||||
context && {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue