diff --git a/src/twister.cpp b/src/twister.cpp index 287c4251..d017fa4e 100644 --- a/src/twister.cpp +++ b/src/twister.cpp @@ -783,7 +783,7 @@ bool processReceivedDM(lazy_entry const* post) stoDM.m_text == (*it).m_text ) { break; } - if( stoDM.m_utcTime < (*it).m_utcTime ) { + if( stoDM.m_utcTime < (*it).m_utcTime && !(*it).m_fromMe) { dmsFromToUser.insert(it, stoDM); break; }