修复bug
This commit is contained in:
@@ -16,10 +16,13 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,assign) NSInteger recordId;
|
||||
///integer($int64)当 hallBtnStatus=6 时,对应的申请记录Id,用户申请
|
||||
@property (nonatomic,assign) BOOL isUser;
|
||||
///是否需要关注用户
|
||||
//@property(nonatomic,assign) BOOL
|
||||
- (instancetype)initWithSession:(NIMSession *)session;
|
||||
@property (nonatomic, assign) SessionListOpenType openType;
|
||||
///置顶回话
|
||||
@property (nonatomic,strong) NSMutableDictionary<NIMSession *, NIMStickTopSessionInfo *> *stickTopMessages;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
@@ -547,7 +547,9 @@
|
||||
[self addRevokeMessage:message title:YMLocalizedString(@"SessionViewController8")];
|
||||
}
|
||||
}
|
||||
|
||||
-(void)startAttention{
|
||||
[self.presenter attentionUser:self.session.sessionId];
|
||||
}
|
||||
#pragma mark - SessionNavViewDelegate
|
||||
- (void)sessionNavView:(SessionNavView *)view didClickLike:(UIButton *)sender {
|
||||
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEvent_chat_toolbar_fans_click];
|
||||
|
Reference in New Issue
Block a user