From 492705d668efe34d73093a04e9412b1cc42033c3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Feb 2020 20:53:31 +0300 Subject: Twitter: there's no need to assign the same text to both status message & text message --- protocols/Twitter/src/connection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Twitter/src') diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp index 353aa24b43..b3db9bf89e 100644 --- a/protocols/Twitter/src/connection.cpp +++ b/protocols/Twitter/src/connection.cpp @@ -548,8 +548,7 @@ void TwitterProto::UpdateStatuses(bool pre_read, bool popups, bool tweetToMsg) dbei.szModule = m_szModuleName; db_event_add(hContact, &dbei); } - - db_set_utf(hContact, "CList", "StatusMsg", i->status.text.c_str()); + else db_set_utf(hContact, "CList", "StatusMsg", i->status.text.c_str()); if (!pre_read && popups) { std::stringstream url; -- cgit v1.2.3