cancel any peeks when we join a room

This commit is contained in:
Matthew Hodgson 2020-08-31 18:58:10 +03:00
parent f006b37bf0
commit 6c3a896910
5 changed files with 34 additions and 5 deletions

View file

@ -511,8 +511,8 @@ type SendToDeviceEvent struct {
}
type PeekingDevice struct {
ID string
UserID string
UserID string
DeviceID string
}
type Peek struct {