make it build

This commit is contained in:
Matthew Hodgson 2020-08-31 16:12:09 +03:00
parent d343b8fb2c
commit c4e5f60d71
11 changed files with 87 additions and 53 deletions

View file

@ -517,5 +517,5 @@ type PeekingDevice struct {
type Peek struct {
RoomID string
New boolean
New bool
}