修改了房间公告可以后台配置隐藏
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#import "XCHudTool.h"
|
||||
#import "XPHtmlUrl.h"
|
||||
#import "Api+Mine.h"
|
||||
#import "ClientConfig.h"
|
||||
///Model
|
||||
#import "RoomInfoModel.h"
|
||||
#import "MicroQueueModel.h"
|
||||
@@ -284,6 +285,7 @@
|
||||
}
|
||||
|
||||
- (void)updateRoomTopic {
|
||||
self.topicStackView.hidden= [ClientConfig shareConfig].configInfo.appStoreAuditNoticeVersion == YES;
|
||||
[self updateRoomTopicViewConstraint];
|
||||
NIMChatroomMembersByIdsRequest *request = [[NIMChatroomMembersByIdsRequest alloc]init];
|
||||
request.roomId = [NSString stringWithFormat:@"%ld", self.delegate.getRoomInfo.roomId];
|
||||
|
Reference in New Issue
Block a user