mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix for JMC ping.
This commit is contained in:
parent
53366023ca
commit
74ccb4e769
@ -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…
x
Reference in New Issue
Block a user