Update misc documentation and spell indices correctly

This commit is contained in:
Travis Ralston 2020-05-14 13:01:51 -06:00
parent f8cbadaba5
commit aafbd7f208
4 changed files with 27 additions and 30 deletions

View file

@ -38,5 +38,5 @@ export type TagID = string | DefaultTagID;
export enum RoomUpdateCause {
Timeline = "TIMELINE",
RoomRead = "ROOM_READ",
RoomRead = "ROOM_READ", // TODO: Use this.
}