group active

This commit is contained in:
withchao
2023-07-04 18:46:21 +08:00
parent 1e93297968
commit c2d02cbc4c
8 changed files with 892 additions and 236 deletions
+4
View File
@@ -242,3 +242,7 @@ func (m *MessageApi) GetUsersOnlineStatus(c *gin.Context) {
func (m *MessageApi) GetActiveUser(c *gin.Context) {
a2r.Call(msg.MsgClient.GetActiveUser, m.Client, c)
}
func (m *MessageApi) GetActiveGroup(c *gin.Context) {
a2r.Call(msg.MsgClient.GetActiveGroup, m.Client, c)
}