You've already forked matrix-js-sdk
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:
@@ -29,7 +29,7 @@ export enum EventType {
|
|||||||
RoomEncryption = "m.room.encryption",
|
RoomEncryption = "m.room.encryption",
|
||||||
RoomHistoryVisibility = "m.room.history_visibility",
|
RoomHistoryVisibility = "m.room.history_visibility",
|
||||||
RoomGuestAccess = "m.room.guest_access",
|
RoomGuestAccess = "m.room.guest_access",
|
||||||
RoomServerAcl = "m.room_server_acl",
|
RoomServerAcl = "m.room.server_acl",
|
||||||
RoomTombstone = "m.room.tombstone",
|
RoomTombstone = "m.room.tombstone",
|
||||||
/**
|
/**
|
||||||
* @deprecated Should not be used.
|
* @deprecated Should not be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user