Add task to import Mastodon following export

This commit is contained in:
Thomas Sileo 2022-12-05 21:58:13 +01:00
parent f2e531cf1a
commit 26efd09304
2 changed files with 38 additions and 1 deletions

View file

@ -950,7 +950,7 @@ async def compute_all_known_recipients(db_session: AsyncSession) -> set[str]:
}
async def _get_following(db_session: AsyncSession) -> list[models.Follower]:
async def _get_following(db_session: AsyncSession) -> list[models.Following]:
return (
(
await db_session.scalars(