Skip to content
Snippets Groups Projects
Commit 18dd84ae authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

adapt to API changes

Remove DebugSignal

Change-Id: I43fb3184e153175cbc8fc8aaeb544e0c21ce35c3
parent 10f75bdc
Branches
No related tags found
No related merge requests found
...@@ -68,13 +68,6 @@ static id <MessagesAdapterDelegate> _delegate; ...@@ -68,13 +68,6 @@ static id <MessagesAdapterDelegate> _delegate;
} }
})); }));
confHandlers.insert(exportable_callback<DebugSignal::MessageSend>([&](const std::string& message) {
if (MessagesAdapter.delegate) {
NSString* messageSend = [NSString stringWithUTF8String:message.c_str()];
NSLog(@"MessageSend = %@",messageSend);
}
}));
confHandlers.insert(exportable_callback<ConfigurationSignal::ComposingStatusChanged>([&](const std::string& account_id, const std::string& from, int status) { confHandlers.insert(exportable_callback<ConfigurationSignal::ComposingStatusChanged>([&](const std::string& account_id, const std::string& from, int status) {
if (MessagesAdapter.delegate) { if (MessagesAdapter.delegate) {
NSString* fromPeer = [NSString stringWithUTF8String:from.c_str()]; NSString* fromPeer = [NSString stringWithUTF8String:from.c_str()];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment