From 165a6be985eb0b1e1ca535f2bd1bae877bfcd905 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 18 Aug 2024 21:10:10 +0800 Subject: [PATCH] :boom: Replace attachment id by rid when fetching --- .idea/workspace.xml | 6 ++++-- pkg/internal/server/api/attachment_dir_api.go | 20 +++++++------------ pkg/internal/server/api/attachments_api.go | 19 +++++------------- pkg/internal/services/attachments.go | 12 ++--------- 4 files changed, 18 insertions(+), 39 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 541b3fa..5b62484 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,9 @@