Skip to content

Commit

Permalink
Temporarily removing "blocked" collection
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Aug 29, 2024
1 parent db84e68 commit bc76eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (user User) GetJSONLD() mapof.Any {
vocab.PropertyFollowing: user.ActivityPubFollowingURL(),
vocab.PropertyFollowers: user.ActivityPubFollowersURL(),
vocab.PropertyLiked: user.ActivityPubLikedURL(),
vocab.PropertyBlocked: user.ActivityPubBlockedURL(),
// vocab.PropertyBlocked: user.ActivityPubBlockedURL(), // Temporarily removed because of problems with Mastodon parsing JSON-LD. Maybe this is it?
}

if user.StatusMessage != "" {
Expand Down

0 comments on commit bc76eb7

Please sign in to comment.