1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

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(