summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2024-09-06 13:27:06 +0000
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-11-26 14:04:21 +0100
commita6e97c497b5ac418d9825200542d4d4d273f91f7 (patch)
tree6c3fad7a35de92c7e3849323726513586cec4cc5 /changelog.d
parent2977779e94cb34610d0c2369ecacf7d721ebc5ab (diff)
downloadpleroma-a6e97c497b5ac418d9825200542d4d4d273f91f7.tar.gz
pleroma-a6e97c497b5ac418d9825200542d4d4d273f91f7.zip
Merge branch 'following-state-bug' into 'develop'
Fix Following status bug See merge request pleroma/pleroma!4251
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/following-state.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/following-state.fix b/changelog.d/following-state.fix
new file mode 100644
index 000000000..314ea6210
--- /dev/null
+++ b/changelog.d/following-state.fix
@@ -0,0 +1 @@
+Resolved edge case where the API can report you are following a user but the relationship is not fully established.