Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Do not add an audience to the Actor-Profile #1319

Merged
merged 4 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Enforce 200 status header for valid ActivityPub requests.
* Integration of content-visibility setup in the block editor.
* Update CLI commands to the new scheduler refactorings.
* Do not add an audience to the Actor-Profiles.
* `Activity::set_object` falsely overwrites the Activity-ID with a default.

## [5.1.0] - 2025-02-06
Expand Down
2 changes: 0 additions & 2 deletions includes/transformer/class-user.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public function to_object() {
return $activity_object;
}

$activity_object = $this->set_audience( $activity_object );

return $activity_object;
}

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ For reasons of data protection, it is not possible to see the followers of other
* Fixed: Enforce 200 status header for valid ActivityPub requests.
* Fixed: Integration of content-visibility setup in the block editor.
* Fixed: Update CLI commands to the new scheduler refactorings.
* Fixed: Do not add an audience to the Actor-Profiles.
* Fixed: `Activity::set_object` falsely overwrites the Activity-ID with a default.

= 5.1.0 =
Expand Down
Loading