forked from hkc/mastoposter
Now "private" posts could be reposted.
If you don't want to, add a separate filter, idk.
This commit is contained in:
parent
1c85e96502
commit
b7b3d12652
|
@ -20,7 +20,7 @@ async def listen(
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# TODO: add option/filter to handle that
|
# TODO: add option/filter to handle that
|
||||||
if status.visibility in ("direct", "private"):
|
if status.visibility in ("direct",):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# TODO: find a better way to handle threads
|
# TODO: find a better way to handle threads
|
||||||
|
|
Loading…
Reference in New Issue