fedimbed: set url to linked post

This commit is contained in:
Cynthia Foxwell 2022-12-06 21:18:54 -07:00
parent 23ae1519c3
commit 2fc8192147
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ async function processUrl(msg, url) {
platformName = platform
.replace("gotosocial", "GoToSocial")
.replace(/^(.)/, (_, c) => c.toUpperCase());
url = postData.id;
}
}