mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-06 18:15:59 +08:00
GetSuperGroupOpenNotDisturbUserID
This commit is contained in:
@@ -173,3 +173,10 @@ func (c *conversationServer) ModifyConversationField(ctx context.Context, req *p
|
||||
}
|
||||
return resp, nil
|
||||
}
|
||||
|
||||
// 获取超级大群开启免打扰的用户ID
|
||||
func (c *conversationServer) GetSuperGroupOpenNotDisturbUserID(ctx context.Context, req *pbConversation.GetSuperGroupOpenNotDisturbUserIDReq) (*pbConversation.GetSuperGroupOpenNotDisturbUserIDResp, error) {
|
||||
//resp := &pbConversation.GetSuperGroupOpenNotDisturbUserIDResp{}
|
||||
|
||||
panic("implement me")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user