Default value to redact own message should be true.
This commit is contained in:
committed by
Benoit Marty
parent
7182baf298
commit
615e75296c
@@ -29,7 +29,7 @@ data class UserEventPermissions(
|
||||
) {
|
||||
companion object {
|
||||
val DEFAULT = UserEventPermissions(
|
||||
canRedactOwn = false,
|
||||
canRedactOwn = true,
|
||||
canRedactOther = false,
|
||||
canSendMessage = true,
|
||||
canSendReaction = true,
|
||||
|
||||
Reference in New Issue
Block a user