fedimbed: set url to linked post
This commit is contained in:
parent
23ae1519c3
commit
2fc8192147
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ async function processUrl(msg, url) {
|
|||
platformName = platform
|
||||
.replace("gotosocial", "GoToSocial")
|
||||
.replace(/^(.)/, (_, c) => c.toUpperCase());
|
||||
url = postData.id;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue