mirror of https://gitlab.com/bashrc2/epicyon
Allow Event activity in timeline
parent
673247abf0
commit
593893206c
1
posts.py
1
posts.py
|
@ -2784,6 +2784,7 @@ def addPostStringToTimeline(postStr: str, boxname: str,
|
|||
# must be a recognized ActivityPub type
|
||||
if ('"Note"' in postStr or
|
||||
'"EncryptedMessage"' in postStr or
|
||||
'"Event"' in postStr or
|
||||
'"Article"' in postStr or
|
||||
'"Patch"' in postStr or
|
||||
'"Announce"' in postStr or
|
||||
|
|
Loading…
Reference in New Issue