Hello,
have you checked the database? Are there many records for the same message?
Cheers, Daniel
On 10.07.17 10:45, Rahul Mehta wrote:
hello, when m_dump() function is called as user gets online, the function i.e=m_dump() sends multiple copies of same message,can anyone please provide way to stop m_dump() sending multiple copies of same message.
I am providing the code of m_dump function
if (m_dump("$fu")) { xlog("L_INFO","MSILO: offline messages dumped - if they were\n"); }else{ xlog("L_INFO","MSILO: no offline messages dumped\n"); };