We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bae00 commit f91d406Copy full SHA for f91d406
backends/libpurple/main.cpp
@@ -794,11 +794,9 @@ class SpectrumNetworkPlugin : public NetworkPlugin {
794
// Check if the PurpleChat is not stored in buddy list
795
PurpleChat *chat = purple_blist_find_chat_wrapped(account, roomName.c_str());
796
if (chat) {
797
- LOG4CXX_INFO(logger, "CHAT FOUND");
798
comps = purple_chat_get_components_wrapped(chat);
799
}
800
else if (PURPLE_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info_defaults != NULL) {
801
- LOG4CXX_INFO(logger, "CHAT NOT FOUND");
802
if (CONFIG_STRING(config, "service.protocol") == "prpl-jabber") {
803
comps = PURPLE_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info_defaults(gc, (roomName + "/" + nickname).c_str());
804
0 commit comments