Skip to content

Commit b9f4e63

Browse files
committed
BUGFIX:
- MOTD schema did not cover all settings
1 parent a26ba8b commit b9f4e63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/motd/schemas/motd_schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ schema;message_list:
55
- type: map
66
nullable: false
77
mapping:
8-
message: {type: str, nullable: false, required: true, range: {min: 1}}
8+
message: {type: str, nullable: false, range: {min: 1}}
99
recipients: {type: str, nullable: false, range: {min: 1}}
10+
report: {type: str, nullable: false, range: {min: 1}}
1011
display_type: {type: str, enum: ['chat', 'popup'], nullable: false}
1112
display_time: {type: int, range: {min: 1}, nullable: false}
1213
sound: {type: str, nullable: false, range: {min: 1}}

0 commit comments

Comments
 (0)