summaryrefslogtreecommitdiff
path: root/internal/api/client/statuses
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-19 13:36:35 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-19 13:36:35 +0200
commitd308fd0d0aa8779b0ed19a26b1825265205420ff (patch)
tree695883c4e1736d331535331206a9394d88073fba /internal/api/client/statuses
parent[chore] Update robots.txt with latest ai bullshit (#4024) (diff)
downloadgotosocial-d308fd0d0aa8779b0ed19a26b1825265205420ff.tar.xz
[chore] Little settings panel report view tweak (#4025)v0.19.0-rc2
Diffstat (limited to 'internal/api/client/statuses')
-rw-r--r--internal/api/client/statuses/statushistory.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/api/client/statuses/statushistory.go b/internal/api/client/statuses/statushistory.go
index dc5932ff7..d493b6ffe 100644
--- a/internal/api/client/statuses/statushistory.go
+++ b/internal/api/client/statuses/statushistory.go
@@ -29,8 +29,6 @@ import (
//
// View edit history of status with the given ID.
//
-// UNIMPLEMENTED: Currently this endpoint will always return an array of length 1, containing only the latest/current version of the status.
-//
// ---
// tags:
// - statuses