Merge branch 'refs/heads/feature-im-gitea'

This commit is contained in:
junleea 2024-08-08 17:23:24 +08:00
commit 15b655f6e5
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ func ServerSsendMsgV2(c *gin.Context) {
break
}
}
worker.SetRedisWithExpire("user_"+strconv.Itoa(user_id)+"_status_v2", "1", time.Second*60)
time.Sleep(time.Second * 1)
}
}