Default value to redact own message should be true.

This commit is contained in:
Benoit Marty
2024-08-12 10:19:10 +02:00
committed by Benoit Marty
parent 7182baf298
commit 615e75296c

View File

@@ -29,7 +29,7 @@ data class UserEventPermissions(
) {
companion object {
val DEFAULT = UserEventPermissions(
canRedactOwn = false,
canRedactOwn = true,
canRedactOther = false,
canSendMessage = true,
canSendReaction = true,