From b7b3d126520a5b22e187dad0517ac9fa9095598b Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 1 Sep 2022 00:57:36 +0300 Subject: [PATCH] Now "private" posts could be reposted. If you don't want to, add a separate filter, idk. --- mastoposter/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastoposter/__main__.py b/mastoposter/__main__.py index ea645e5..3c8b1fa 100644 --- a/mastoposter/__main__.py +++ b/mastoposter/__main__.py @@ -20,7 +20,7 @@ async def listen( continue # TODO: add option/filter to handle that - if status.visibility in ("direct", "private"): + if status.visibility in ("direct",): continue # TODO: find a better way to handle threads