From 951949788740b9a1ad7d629fb3a6d61c2520f4c8 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 26 Jun 2024 20:41:20 +0800 Subject: [PATCH] :sparkles: Edit, delete current status --- .idea/workspace.xml | 11 +++--- pkg/internal/server/api/index.go | 2 + pkg/internal/server/api/statuses_api.go | 51 +++++++++++++++++++++++++ pkg/internal/services/statuses.go | 38 +++++++++++++----- 4 files changed, 87 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 63da3dc..7091d53 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,11 @@