Commit cb4a4fad authored by hujiebin's avatar hujiebin

30个才行

parent 59f72c41
......@@ -720,7 +720,7 @@ func GetRecentGroup(c *gin.Context) (*mycontext.MyContext, error) {
//if err != nil {
// return myContext, err
//}
rec, roomEnterTime := group_c.GetUserRecentRooms(model, userId, 0, 10)
rec, roomEnterTime := group_c.GetUserRecentRooms(model, userId, 0, 30)
myGroups, err := group_m.FindGroupMapByOwner(model, userId)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment