From 3e9c84a2848ef4c896dc234e4b27d3f2f5ae2e93 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 25 Apr 2024 22:08:49 +0800 Subject: [PATCH] :sparkles: Able to list all the friend without status filter --- .idea/workspace.xml | 10 +++------- pkg/server/friendships_api.go | 16 ++++++++++++---- pkg/server/startup.go | 5 +++-- pkg/services/friendships.go | 14 ++++++++++++++ 4 files changed, 32 insertions(+), 13 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a5a4431..08ecef9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,8 @@