small fix
This commit is contained in:
parent
6bfc5247bf
commit
acbb0ff03b
@ -28,9 +28,9 @@ function rmtmp_cb(file_path, success, result)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function msg_valid(msg)
|
function msg_valid(msg)
|
||||||
if msg.from.id == our_id then
|
-- if msg.from.id == our_id then
|
||||||
return true
|
-- return true
|
||||||
end
|
-- end
|
||||||
if msg.out then
|
if msg.out then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user