Inlined a bunch of discord webhook text to help format messages better

This commit is contained in:
Stefan Zermatten
2022-02-28 16:55:15 +02:00
parent 94cdca4f31
commit 473a9f0253
7 changed files with 28 additions and 11 deletions

View File

@@ -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,