small fix

This commit is contained in:
David Muñoz 2014-12-16 15:06:49 +01:00
parent 6bfc5247bf
commit acbb0ff03b

View File

@ -28,9 +28,9 @@ function rmtmp_cb(file_path, success, result)
end
function msg_valid(msg)
if msg.from.id == our_id then
return true
end
-- if msg.from.id == our_id then
-- return true
-- end
if msg.out then
return false
end