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 70558aa381
commit 25eb1fa7a4

View file

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