mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
fix: seq conversion bug (#2419)
* fix: GroupApplicationAcceptedNotification * fix: GroupApplicationAcceptedNotification * fix: NotificationUserInfoUpdate * cicd: robot automated Change * fix: component * fix: getConversationInfo * feat: cron task * feat: cron task * feat: cron task * feat: cron task * feat: cron task * fix: minio config url recognition error * update gomake version * update gomake version * fix: seq conversion bug --------- Co-authored-by: withchao <withchao@users.noreply.github.com>
This commit is contained in:
parent
42a66cff4a
commit
44ecbd776f
@ -116,7 +116,7 @@ func Main(conf string, del time.Duration) error {
|
||||
{
|
||||
Prefix: MaxSeq,
|
||||
GetSeq: cSeq.GetMaxSeq,
|
||||
SetSeq: cSeq.SetMinSeq,
|
||||
SetSeq: cSeq.SetMaxSeq,
|
||||
},
|
||||
{
|
||||
Prefix: MinSeq,
|
||||
|
Loading…
x
Reference in New Issue
Block a user