ignore boosts (in theory anyway)

This commit is contained in:
Holly 2021-03-10 02:52:37 +00:00
parent aa8b049342
commit adf781c48f
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ async def listen(c, me):
# One of them has the status nested deeper. Just ignore that one I guess.
if 'status' in status: continue
# Don't activate on boosts at all
if 'reblog' in status: continue
status_id = status['id']
status_author = '@' + status['account']['acct']
status_text = status['content']