From cdc6597422f8eb0df586076d2df191bc9c4e4ac1 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Mon, 11 Dec 2023 17:14:14 +0800 Subject: [PATCH] debug --- scripts/install/test.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/scripts/install/test.sh b/scripts/install/test.sh index 049dc19c8..564d7b09a 100755 --- a/scripts/install/test.sh +++ b/scripts/install/test.sh @@ -529,6 +529,26 @@ EOF openim::test::check_error "$response" } +# Updates the pin status of a friend. +openim::test::update_pin_status() { + local ownerUserID="${1}" + local friendUserID="${2}" + local isPinned="${3}" + + local request_body=$(cat <