Fix bug with receiving messages
This commit is contained in:
parent
4233acee9c
commit
d88ad20665
@ -15,8 +15,8 @@ $messages = $database->select(
|
|||||||
], [
|
], [
|
||||||
"AND" => [
|
"AND" => [
|
||||||
"OR" => [
|
"OR" => [
|
||||||
|
// TODO: fix to => null
|
||||||
"to" => $_SESSION['uid'],
|
"to" => $_SESSION['uid'],
|
||||||
"to" => null,
|
|
||||||
"from" => $_SESSION['uid']
|
"from" => $_SESSION['uid']
|
||||||
],
|
],
|
||||||
"deleted" => 0
|
"deleted" => 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user