Allow Event activity in timeline

main
Bob Mottram 2020-08-26 13:12:43 +01:00
parent 673247abf0
commit 593893206c
1 changed files with 1 additions and 0 deletions

View File

@ -2784,6 +2784,7 @@ def addPostStringToTimeline(postStr: str, boxname: str,
# must be a recognized ActivityPub type # must be a recognized ActivityPub type
if ('"Note"' in postStr or if ('"Note"' in postStr or
'"EncryptedMessage"' in postStr or '"EncryptedMessage"' in postStr or
'"Event"' in postStr or
'"Article"' in postStr or '"Article"' in postStr or
'"Patch"' in postStr or '"Patch"' in postStr or
'"Announce"' in postStr or '"Announce"' in postStr or