aboutsummaryrefslogtreecommitdiff
path: root/internal/eventutil
diff options
context:
space:
mode:
Diffstat (limited to 'internal/eventutil')
-rw-r--r--internal/eventutil/eventcontent.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/eventutil/eventcontent.go b/internal/eventutil/eventcontent.go
index 4ecb5fb5..e3c80f1d 100644
--- a/internal/eventutil/eventcontent.go
+++ b/internal/eventutil/eventcontent.go
@@ -53,6 +53,9 @@ func InitialPowerLevelsContent(roomCreator string) (c gomatrixserverlib.PowerLev
"m.room.history_visibility": 100,
"m.room.canonical_alias": 50,
"m.room.avatar": 50,
+ "m.room.tombstone": 100,
+ "m.room.encryption": 100,
+ "m.room.server_acl": 100,
}
c.Users = map[string]int64{roomCreator: 100}
return c