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': {
|
'object': {
|
||||||
'id': actorJson['id'],
|
'id': actorJson['id'],
|
||||||
'type': actorJson['type'],
|
'type': actorJson['type'],
|
||||||
|
'icon': actorJson['icon'],
|
||||||
|
'image': actorJson['image'],
|
||||||
|
'attachment': actorJson['attachment'],
|
||||||
'following': actorJson['id'] + '/following',
|
'following': actorJson['id'] + '/following',
|
||||||
'followers': actorJson['id'] + '/followers',
|
'followers': actorJson['id'] + '/followers',
|
||||||
'inbox': actorJson['id'] + '/inbox',
|
'inbox': actorJson['id'] + '/inbox',
|
||||||
|
|
Loading…
Reference in New Issue