修改了房间公告可以后台配置隐藏

This commit is contained in:
fengshuo
2022-03-16 21:33:02 +08:00
parent 3c33e7d21e
commit 6d8ad2bafe
6 changed files with 28 additions and 0 deletions

View File

@@ -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];