merge issue forgotton
This commit is contained in:
parent
86f1d75b5e
commit
b78e298450
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ async def follow_remote_actor(actor_uri):
|
||||||
|
|
||||||
|
|
||||||
async def unfollow_remote_actor(actor_uri):
|
async def unfollow_remote_actor(actor_uri):
|
||||||
return
|
|
||||||
actor = await fetch_actor(actor_uri)
|
actor = await fetch_actor(actor_uri)
|
||||||
if not actor:
|
if not actor:
|
||||||
logging.info('failed to fetch actor at: %r', actor_uri)
|
logging.info('failed to fetch actor at: %r', actor_uri)
|
||||||
|
|
Loading…
Reference in a new issue