Skip to content

Instantly share code, notes, and snippets.

@rckrueger
Created November 5, 2020 18:49
Show Gist options
  • Save rckrueger/43715a35574ba0b465045eef3dfa60ea to your computer and use it in GitHub Desktop.
Save rckrueger/43715a35574ba0b465045eef3dfa60ea to your computer and use it in GitHub Desktop.
{
"$or": [
{
"%%user.id": "%%partition"
},
{
"%%partition": "shared"
},
{
"%%user.custom_data.chatPartitions": "%%partition"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment