mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix for JMC ping.
This commit is contained in:
parent
53366023ca
commit
74ccb4e769
1 changed files with 4 additions and 0 deletions
|
|
@ -131,6 +131,10 @@
|
|||
[invocation setArgument:&project atIndex:3];
|
||||
[invocation setArgument:&key atIndex:4];
|
||||
[invocation invoke];
|
||||
|
||||
if ([jmcInstance respondsToSelector:@selector(ping)]) {
|
||||
[jmcInstance performSelector:@selector(ping)];
|
||||
}
|
||||
}
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue