Skip to content

Instantly share code, notes, and snippets.

@scruffyfox
Last active December 18, 2015 20:39
Show Gist options
  • Select an option

  • Save scruffyfox/5841925 to your computer and use it in GitHub Desktop.

Select an option

Save scruffyfox/5841925 to your computer and use it in GitHub Desktop.
{
"clauses": [
{
"field": "/data/entities/mentions/*/id",
"object_type": "message",
"operator": "one_of",
"value": "$authorized_userids"
},
{
"field": "/meta/channel_type",
"object_type": "message",
"operator": "one_of",
"value": [
"net.patter-app.room"
]
}
],
"match_policy": "include_all",
"name": "patter_mentions"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment