forked from jmug/stoatchat
Use boolean instead.
This commit is contained in:
@@ -92,7 +92,7 @@ pub fn dms(user: UserRef) -> Response {
|
|||||||
"$or": [
|
"$or": [
|
||||||
{
|
{
|
||||||
"type": channel::ChannelType::DM as i32,
|
"type": channel::ChannelType::DM as i32,
|
||||||
"active": 1
|
"active": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": channel::ChannelType::GROUPDM as i32
|
"type": channel::ChannelType::GROUPDM as i32
|
||||||
|
|||||||
Reference in New Issue
Block a user