aboutsummaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-06-07 10:54:55 -0400
committerMark Felder <feld@feld.me>2024-06-07 12:53:17 -0400
commit631c2532aafdfcbdb19ea3d48c9ce143ce7ef376 (patch)
treee0119c465317d82ffc653d2a5948618d8fff5e46 /changelog.d
parente33734b4747c8484530644d759759d53266f9b0e (diff)
Fix profile mentions causing a 422 error
The Pleroma backend now reports an error when trying to reply to a status it cannot resolve we assume it is deleted or nonexistent. PleromaFE was in_reply_to_id: true as an internal method to trigger populating the post status form with the username of the profile being viewed and this was being submitted to the API as a result.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/profile-mentions.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/profile-mentions.fix b/changelog.d/profile-mentions.fix
new file mode 100644
index 00000000..3f38ab0c
--- /dev/null
+++ b/changelog.d/profile-mentions.fix
@@ -0,0 +1 @@
+Fix profile mentions causing a 422 error