format webfinger "subject"
This commit is contained in:
parent
203a0a25eb
commit
b941bb7ad5
@ -22,7 +22,7 @@ def webfinger(request):
|
||||
return HttpResponseNotFound('No account found')
|
||||
|
||||
return JsonResponse({
|
||||
'subject': 'acct:%s' % (user.username),
|
||||
'subject': 'acct:@%s' % (user.username),
|
||||
'links': [
|
||||
{
|
||||
'rel': 'self',
|
||||
|
Loading…
x
Reference in New Issue
Block a user