Compare commits

...

2 Commits

Author SHA1 Message Date
junleea 15b655f6e5 Merge branch 'refs/heads/feature-im-gitea' 2024-08-08 17:23:24 +08:00
junleea fcc05ec8ea add ws 2024-08-08 17:23:16 +08:00
1 changed files with 1 additions and 0 deletions

View File

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