Add broken in-room verification and other stuff

This commit is contained in:
Tulir Asokan
2020-09-13 00:13:08 +03:00
parent c6d1c62b65
commit 5f999121f4
9 changed files with 131 additions and 84 deletions

View File

@ -93,7 +93,8 @@ type Room struct {
highlightCache *bool
lastMarkedRead id.EventID
// Whether or not this room is marked as a direct chat.
IsDirect bool
IsDirect bool
OtherUser id.UserID
// List of tags given to this room.
RawTags []RoomTag