1
0
Fork 0

Make replies_to_other_accounts_should_not_be_skipped a keyword argument of listen

This commit is contained in:
Vftdan 2024-07-01 18:29:01 +02:00
parent 2e3cd69f6a
commit 3076544e38
Signed by: vftdan
GPG Key ID: 5D49CE378C2B20C7
1 changed files with 1 additions and 1 deletions

View File

@ -64,8 +64,8 @@ async def listen(
source: Callable[..., AsyncGenerator[Status, None]],
drains: List[FilteredIntegration],
user: str,
replies_to_other_accounts_should_not_be_skipped: bool = False,
/,
replies_to_other_accounts_should_not_be_skipped: bool = False,
**kwargs,
):
logger.info("Starting listening...")