update missed call unread status

pull/560/head
Ryan Zhao 3 years ago
parent a75ecb30db
commit 8226e2aa7b

@ -126,8 +126,13 @@ NSUInteger TSInfoMessageSchemaVersion = 1;
- (BOOL)shouldAffectUnreadCounts - (BOOL)shouldAffectUnreadCounts
{ {
switch (_messageType) {
case TSInfoMessageTypeCall:
return YES;
default:
return NO; return NO;
} }
}
- (uint64_t)expireStartedAt - (uint64_t)expireStartedAt
{ {

Loading…
Cancel
Save