addedInput schema / properties / limit / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / limit / default
Added value: +null
changedInput schema / properties / limit / description
Previous value: -"1-200, default 50."New value: +"How many messages, clamped to 1-200, default 50."
addedInput schema / properties / limit / title
Added value: +"Limit"
removedInput schema / properties / limit / type
Removed value: -"integer"
changedInput schema / properties / room / description
Previous value: -"Room name, ^[a-z0-9][a-z0-9_-]{0,47}$"New value: +"Room name."
addedInput schema / properties / room / pattern
Added value: +"^[a-z0-9][a-z0-9_-]{0,47}$"
addedInput schema / properties / room / title
Added value: +"Room"
addedInput schema / properties / since / anyOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / since / default
Added value: +null
addedInput schema / properties / since / title
Added value: +"Since"
removedInput schema / properties / since / type
Removed value: -"integer"
addedInput schema / title
Added value: +"read_roomArguments"