mirror of https://gitlab.com/bashrc2/epicyon
Switch actor with cc if needed
parent
7cd0d969b5
commit
6716ebfe78
|
@ -318,6 +318,11 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
continue
|
||||
if personUrl not in item['cc']:
|
||||
continue
|
||||
# switch actor with cc
|
||||
item['actor'] = item['cc']
|
||||
item['object']['actor'] = item['cc']
|
||||
item['cc'] = []
|
||||
item['object']['cc'] = []
|
||||
|
||||
profileStr += \
|
||||
individualPostAsHtml(signingPrivateKeyPem,
|
||||
|
|
Loading…
Reference in New Issue