1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Fix spelling error in the server ACL event type

This commit is contained in:
Travis Ralston
2020-11-02 12:51:15 -07:00
parent 39d3640973
commit ae77f900ef

View File

@@ -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.