Add task to import Mastodon following export
This commit is contained in:
parent
f2e531cf1a
commit
26efd09304
2 changed files with 38 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue