forked from hkc/mastoposter
Make replies_to_other_accounts_should_not_be_skipped a keyword argument of listen
This commit is contained in:
parent
2e3cd69f6a
commit
3076544e38
|
@ -64,8 +64,8 @@ async def listen(
|
||||||
source: Callable[..., AsyncGenerator[Status, None]],
|
source: Callable[..., AsyncGenerator[Status, None]],
|
||||||
drains: List[FilteredIntegration],
|
drains: List[FilteredIntegration],
|
||||||
user: str,
|
user: str,
|
||||||
replies_to_other_accounts_should_not_be_skipped: bool = False,
|
|
||||||
/,
|
/,
|
||||||
|
replies_to_other_accounts_should_not_be_skipped: bool = False,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
logger.info("Starting listening...")
|
logger.info("Starting listening...")
|
||||||
|
|
Loading…
Reference in New Issue