Fix getmsgs API not showing incoming messages

master
Skylar Ittner 6 years ago
parent 8857f9100d
commit 8ef477c9be

@ -79,7 +79,7 @@ switch ($VARS['action']) {
"AND" => [
"OR" => [
"to" => $userinfo['uid'],
"to" => null,
"to #null" => null,
"from" => $userinfo['uid']
],
"deleted" => 0

Loading…
Cancel
Save