Merge branch 'master' of github.com:hanzz/libtransport
This commit is contained in:
commit
f6b023a12a
2 changed files with 2 additions and 2 deletions
|
@ -1101,7 +1101,7 @@ static void *notify_user_info(PurpleConnection *gc, const char *who, PurpleNotif
|
|||
else if (label=="Nickname" || label == "Nick") {
|
||||
nickname = purple_notify_user_info_entry_get_value_wrapped(vcardEntry);
|
||||
}
|
||||
else if (label=="Full Name") {
|
||||
else if (label=="Full Name" || label == "Display name") {
|
||||
fullName = purple_notify_user_info_entry_get_value_wrapped(vcardEntry);
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -274,7 +274,7 @@ void TwitterPlugin::handleMessageSendRequest(const std::string &user, const std:
|
|||
}
|
||||
|
||||
else {
|
||||
std::string buddy;
|
||||
std::string buddy = legacyName;
|
||||
if(userdb[user].twitterMode == CHATROOM) buddy = legacyName.substr(legacyName.find("/") + 1);
|
||||
if(legacyName != "twitter") {
|
||||
tp->runAsThread(new DirectMessageRequest(userdb[user].sessions, user, buddy, message,
|
||||
|
|
Loading…
Add table
Reference in a new issue