Changeset - b7861ddca9c2
[Not reviewed]
Merge
0 1 0
Jan Kaluza - 12 years ago 2013-05-28 17:53:25
hanzz.k@gmail.com
Merge pull request #31 from vitalyster/dmfix

fixed direct messages
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/twitter/TwitterPlugin.cpp
Show inline comments
 
@@ -591,12 +591,13 @@ std::string TwitterPlugin::getMostRecentDMIDUnsafe(const std::string user) {
 
			}
 
			else {
 
				storagebackend->getUserSetting(info.id, "twitter_last_dm", type, ID);
 
			}
 
		}
 
	}
 
	return ID;
 
}
 

	
 
std::string TwitterPlugin::getMostRecentDMID(const std::string user)
 
{
 
	boost::mutex::scoped_lock lock(userlock);	
 
	return getMostRecentDMIDUnsafe(user);
0 comments (0 inline, 0 general)