Skip to content

Commit

Permalink
token store (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhixiao committed Jul 27, 2023
1 parent 875665e commit d64ce86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chatci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
push:
branches:
- main
- develop
paths-ignore:
- "docs/**"
- "README.md"
Expand All @@ -26,6 +27,7 @@ on:
pull_request:
branches:
- main
- develop
paths-ignore:
- "README.md"
- "README_zh-CN.md"
Expand Down
1 change: 1 addition & 0 deletions internal/api/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d64ce86

Please sign in to comment.