fix
This commit is contained in:
parent
20496b07b0
commit
c94fbfec4e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const actor = {
|
|||
}
|
||||
|
||||
const webfinger = {
|
||||
'subject': 'acct:' + userId,
|
||||
'subject': 'acct:' + userId.replace(":", "@"),
|
||||
|
||||
'links': [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue