mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
;;->;
This commit is contained in:
parent
080ac30468
commit
ace69ca57e
@ -1041,7 +1041,7 @@ bool processReceivedDM(lazy_entry const* post)
|
||||
StoredDirectMsg stoDM;
|
||||
stoDM.m_fromMe = false;
|
||||
stoDM.m_text = textOut;
|
||||
stoDM.m_utcTime = post->dict_find_int_value("time");;
|
||||
stoDM.m_utcTime = post->dict_find_int_value("time");
|
||||
|
||||
LOCK(cs_twister);
|
||||
// store this dm in memory list, but prevent duplicates
|
||||
|
Loading…
Reference in New Issue
Block a user