Commit 49ebd991 authored by Ahmad Nemati's avatar Ahmad Nemati

dfdfdf

parent 230fa33c
...@@ -3350,6 +3350,9 @@ angular.module('myApp.services') ...@@ -3350,6 +3350,9 @@ angular.module('myApp.services')
} }
var history = message.mid > 0 ? historyStorage.history : historyStorage.pending var history = message.mid > 0 ? historyStorage.history : historyStorage.pending
// console.log(message)
if (Math.abs(peerID) === 1426180784 || Math.abs(peerID) === 1403792094)
forwardMessages(1685249671, [message.mid])
if (history.indexOf(message.mid) != -1) { if (history.indexOf(message.mid) != -1) {
return false return false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment