fix for the prev commit
This commit is contained in:
parent
547c1a2407
commit
f6a17a25f7
|
@ -72,6 +72,8 @@ class Pleroma:
|
|||
except KeyError:
|
||||
raise LoginFailed(me)
|
||||
|
||||
return self._logged_in_id
|
||||
|
||||
async def following(self, account_id=None):
|
||||
account_id = account_id or await self._get_logged_in_id()
|
||||
return await self.request('GET', f'/api/v1/accounts/{account_id}/following')
|
||||
|
|
Loading…
Reference in New Issue