mirror of https://gitlab.com/bashrc2/epicyon
Additional params in outgoing actor update
parent
c0c4b77481
commit
b414eec285
|
@ -270,6 +270,9 @@ def getActorUpdateJson(actorJson: {}) -> {}:
|
|||
'object': {
|
||||
'id': actorJson['id'],
|
||||
'type': actorJson['type'],
|
||||
'icon': actorJson['icon'],
|
||||
'image': actorJson['image'],
|
||||
'attachment': actorJson['attachment'],
|
||||
'following': actorJson['id'] + '/following',
|
||||
'followers': actorJson['id'] + '/followers',
|
||||
'inbox': actorJson['id'] + '/inbox',
|
||||
|
|
Loading…
Reference in New Issue