修复bug

This commit is contained in:
liyuhua
2023-09-01 14:53:48 +08:00
parent cdcb8609e7
commit 695662600e
2 changed files with 6 additions and 1 deletions

View File

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

View File

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