Default value to redact own message should be true.
This commit is contained in:
parent
7182baf298
commit
615e75296c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ data class UserEventPermissions(
|
||||||
) {
|
) {
|
||||||
companion object {
|
companion object {
|
||||||
val DEFAULT = UserEventPermissions(
|
val DEFAULT = UserEventPermissions(
|
||||||
canRedactOwn = false,
|
canRedactOwn = true,
|
||||||
canRedactOther = false,
|
canRedactOther = false,
|
||||||
canSendMessage = true,
|
canSendMessage = true,
|
||||||
canSendReaction = true,
|
canSendReaction = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue