Changeset - 6d220b0a083b
[Not reviewed]
0 1 0
jdoe0 - 7 years ago 2018-07-20 12:38:19
jdoe@mailinator.com
libtransport: add missing semicolon
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
libtransport/NetworkPluginServer.cpp
Show inline comments
 
@@ -1812,13 +1812,13 @@ void NetworkPluginServer::wrapIncomingImage(Swift::Message* msg, const pbnetwork
 
                ));
 
                // todo: add the payload itself as a caption
 

	
 
            msg->addPayload(oob_payload);
 
            msg->setBody(image_url);
 
        } else {
 
            LOG4CXX_WARN(logger, "xhtml seems to contain an image, but doesn't match: " + payload.xhtml())
 
            LOG4CXX_WARN(logger, "xhtml seems to contain an image, but doesn't match: " + payload.xhtml());
 
        }
 
    }
 
}
 

	
 
void NetworkPluginServer::handleBuddyUpdated(Buddy *b, const Swift::RosterItemPayload &item) {
 
	User *user = b->getRosterManager()->getUser();
0 comments (0 inline, 0 general)