We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79304b commit 831a357Copy full SHA for 831a357
ios/RNNeteaseIm/RNNeteaseIm/RNNotificationCenter.m
@@ -112,9 +112,6 @@ - (void)saveTheRedPacketOpenMsg:(NSDictionary *)dict andTime:(NSTimeInterval)tim
112
NSTimeInterval timestamp = times;
113
NSString *sessionId = [dict objectForKey:@"sessionId"];
114
NSInteger sessionType = [[dict objectForKey:@"sessionType"] integerValue];
115
- if (sessionType == NIMSessionTypeP2P) {//点对点
116
- sessionId = [datatDict objectForKey:@"openId"];
117
- }
118
NIMSession *session = [NIMSession session:sessionId type:sessionType];
119
NIMMessage *message;
120
DWCustomAttachment *obj = [[DWCustomAttachment alloc]init];
0 commit comments