diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index d79a607a5..011458723 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -11171,7 +11171,6 @@ paths: - statuses /api/v1/statuses/{id}/history: get: - description: 'UNIMPLEMENTED: Currently this endpoint will always return an array of length 1, containing only the latest/current version of the status.' operationId: statusHistoryGet parameters: - description: Target status ID. 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 diff --git a/web/source/settings/components/status.tsx b/web/source/settings/components/status.tsx index 9d0dfa2b4..e8ae4b2df 100644 --- a/web/source/settings/components/status.tsx +++ b/web/source/settings/components/status.tsx @@ -299,7 +299,7 @@ function StatusFooter({ status }: { status: StatusType }) { minute: '2-digit', hour12: false })} - + { status.edited_at && "*" } @@ -322,13 +322,15 @@ function StatusFooter({ status }: { status: StatusType }) {