Filtered Message Formats
{
_id: ObjectId("abc123"),
text: "A casual person has replied on this thread"
// ...other properties
}{
"feed": ObjectId("abc123"),
"filters" : {
"author" : [
"SomeImportantPersonsName"
]
},
"text" : "Begone casuals! A very important person has replied!",
"embeds": [{
"title": "Alert!"
}]
}Resolving Multiple Filter Matches with Priorities
Last updated