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
|
continue
|
||||||
if personUrl not in item['cc']:
|
if personUrl not in item['cc']:
|
||||||
continue
|
continue
|
||||||
|
# switch actor with cc
|
||||||
|
item['actor'] = item['cc']
|
||||||
|
item['object']['actor'] = item['cc']
|
||||||
|
item['cc'] = []
|
||||||
|
item['object']['cc'] = []
|
||||||
|
|
||||||
profileStr += \
|
profileStr += \
|
||||||
individualPostAsHtml(signingPrivateKeyPem,
|
individualPostAsHtml(signingPrivateKeyPem,
|
||||||
|
|
Loading…
Reference in New Issue