mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
- tdbinding typo fix
This commit is contained in:
parent
b0c637bfff
commit
ed20a51ed2
@ -244,6 +244,7 @@ static NSString *hexStringFromData(NSData *data) {
|
||||
return;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
describeResult = tde2e_api::call_describe(_callId);
|
||||
if (describeResult.is_ok()) {
|
||||
NSString *utf8String = [[NSString alloc] initWithBytes:describeResult.value().data() length:describeResult.value().size() encoding:NSUTF8StringEncoding];
|
||||
@ -260,6 +261,7 @@ static NSString *hexStringFromData(NSData *data) {
|
||||
} else {
|
||||
NSLog(@"TdCall.applyBroadcastBlock call after apply: describe block failed");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
- (nullable NSData *)generateRemoveParticipantsBlock:(NSArray<NSNumber *> *)participantIds {
|
||||
|
Loading…
x
Reference in New Issue
Block a user