Merge branch 'superGroup' into v2.3.0release

# Conflicts:
#	go.sum
#	pkg/common/db/RedisModel.go
#	pkg/common/db/model.go
This commit is contained in:
Gordon
2022-07-25 17:22:47 +08:00
9 changed files with 171 additions and 4 deletions
+2 -1
View File
@@ -31,9 +31,10 @@ const (
SignalCache = "SIGNAL_CACHE:"
SignalListCache = "SIGNAL_LIST_CACHE:"
GlobalMsgRecvOpt = "GLOBAL_MSG_RECV_OPT"
FcmToken = "FCM_TOKEN:"
groupUserMinSeq = "GROUP_USER_MIN_SEQ:"
groupMaxSeq = "GROUP_MAX_SEQ"
)
)
func (d *DataBases) JudgeAccountEXISTS(account string) (bool, error) {
key := accountTempCode + account