🐛 (collaboration) Fix a database rule preventing collaborators to edit a bot
Also check if new user has invitations when signup is disabled Closes #265
This commit is contained in:
@@ -1398,6 +1398,12 @@
|
||||
},
|
||||
"button": {
|
||||
"type": "string"
|
||||
},
|
||||
"clear": {
|
||||
"type": "string"
|
||||
},
|
||||
"skip": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -4332,6 +4338,12 @@
|
||||
},
|
||||
"button": {
|
||||
"type": "string"
|
||||
},
|
||||
"clear": {
|
||||
"type": "string"
|
||||
},
|
||||
"skip": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user