From ae77f900ef9c807bd8db51a7f8a7f8d157f8b74c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 2 Nov 2020 12:51:15 -0700 Subject: [PATCH] Fix spelling error in the server ACL event type --- src/@types/event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@types/event.ts b/src/@types/event.ts index 8b4b92cb1..79f2ee4a5 100644 --- a/src/@types/event.ts +++ b/src/@types/event.ts @@ -29,7 +29,7 @@ export enum EventType { RoomEncryption = "m.room.encryption", RoomHistoryVisibility = "m.room.history_visibility", RoomGuestAccess = "m.room.guest_access", - RoomServerAcl = "m.room_server_acl", + RoomServerAcl = "m.room.server_acl", RoomTombstone = "m.room.tombstone", /** * @deprecated Should not be used.