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" => [ "AND" => [
"OR" => [ "OR" => [
"to" => $userinfo['uid'], "to" => $userinfo['uid'],
"to" => null, "to #null" => null,
"from" => $userinfo['uid'] "from" => $userinfo['uid']
], ],
"deleted" => 0 "deleted" => 0

Loading…
Cancel
Save