Now "private" posts could be reposted.

If you don't want to, add a separate filter, idk.
This commit is contained in:
Casey 2022-09-01 00:57:36 +03:00
parent 1c85e96502
commit b7b3d12652
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -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