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