From d64ce869cfe7bf32d6d9ccd4919be339127d9b21 Mon Sep 17 00:00:00 2001 From: Alan <68671759+hanzhixiao@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:49:21 +0800 Subject: [PATCH] token store (#61) --- .github/workflows/chatci.yml | 2 ++ internal/api/chat.go | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/chatci.yml b/.github/workflows/chatci.yml index 2f4102a28..ba04cca5c 100644 --- a/.github/workflows/chatci.yml +++ b/.github/workflows/chatci.yml @@ -18,6 +18,7 @@ on: push: branches: - main + - develop paths-ignore: - "docs/**" - "README.md" @@ -26,6 +27,7 @@ on: pull_request: branches: - main + - develop paths-ignore: - "README.md" - "README_zh-CN.md" diff --git a/internal/api/chat.go b/internal/api/chat.go index 29b78649c..baf63ff79 100644 --- a/internal/api/chat.go +++ b/internal/api/chat.go @@ -18,6 +18,7 @@ import ( "fmt" "github.com/OpenIMSDK/chat/pkg/common/apicall" "github.com/OpenIMSDK/chat/pkg/common/apistruct" + constant2 "github.com/OpenIMSDK/chat/pkg/common/constant" "github.com/OpenIMSDK/chat/pkg/common/mctx" "github.com/OpenIMSDK/protocol/sdkws" "github.com/OpenIMSDK/tools/checker"