hyphacoop / social.distributed.press

A Social Inbox for Decentralized Publishing and ActivityPub.
https://hypha.coop/dripline/announcing-dp-social-inbox/
GNU Affero General Public License v3.0
23 stars 3 forks source link

Unfollowing works but follower isn't removed from followers collection #27

Closed fauno closed 7 months ago

fauno commented 10 months ago

Running a local fediverse I can follow sites on the Social Inbox but unfollowing doesn't remove the follower:

base_endpoint = "/v1/@skel@skel.sutty.local"
client.get(endpoint: "#{base_endpoint}/followers")
=> {"@context"=>"https://www.w3.org/ns/activitystreams",
 "type"=>"OrderedCollection",
 "id"=>"https://dpress.sutty.local/v1/@skel@skel.sutty.local/followers",
 "items"=>["https://ktistec.sutty.local/actors/suttier", "https://mastodon.sutty.local/users/fauno"],
 "totalItems"=>2}

The items array should be empty because I unfollowed from both instances.

fauno commented 7 months ago

Related to #47

sutty-coop commented 7 months ago

ping for @RangerMauve or @akhileshthite if you find the time to check this out

akhileshthite commented 7 months ago

ping for @RangerMauve or @akhileshthite if you find the time to check this out

Hey @sutty-coop, I think this was addressed in #47 so we can close this now?