mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 14:42:14 +08:00
fix: seq conversion bug
This commit is contained in:
parent
6df8412f56
commit
2ce8d22189
@ -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