(broken) rewrite to use SelectPeeksInRange rather than MarkPeeksAsOld for idempotency

This commit is contained in:
Matthew Hodgson 2020-09-08 11:05:54 +01:00
parent 7f41f39684
commit 9f2bc6231f
5 changed files with 54 additions and 106 deletions

View file

@ -516,6 +516,7 @@ type PeekingDevice struct {
}
type Peek struct {
RoomID string
New bool
RoomID string
New bool
Deleted bool
}