Inlined a bunch of discord webhook text to help format messages better
This commit is contained in:
@@ -17,6 +17,11 @@ let LogContentSchema = new SimpleSchema({
|
||||
optional: true,
|
||||
max: STORAGE_LIMITS.summary,
|
||||
},
|
||||
// Inline with other content fields
|
||||
inline: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
context: {
|
||||
type: Object,
|
||||
optional: true,
|
||||
|
||||
Reference in New Issue
Block a user