Unify concept of absolute_id and remote_id
This commit is contained in:
@ -24,7 +24,7 @@ def webfinger(request):
|
||||
{
|
||||
'rel': 'self',
|
||||
'type': 'application/activity+json',
|
||||
'href': user.actor
|
||||
'href': user.remote_id
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user