Skip to content

Commit 181d383

Browse files
authored
Fix: Do not add an audience to the Actor-Profile (#1319)
1 parent 49ffd66 commit 181d383

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
* Enforce 200 status header for valid ActivityPub requests.
2626
* Integration of content-visibility setup in the block editor.
2727
* Update CLI commands to the new scheduler refactorings.
28+
* Do not add an audience to the Actor-Profiles.
2829
* `Activity::set_object` falsely overwrites the Activity-ID with a default.
2930

3031
## [5.1.0] - 2025-02-06

includes/transformer/class-user.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public function to_object() {
2727
return $activity_object;
2828
}
2929

30-
$activity_object = $this->set_audience( $activity_object );
31-
3230
return $activity_object;
3331
}
3432

readme.txt

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

146147
= 5.1.0 =

0 commit comments

Comments
 (0)