mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 22:22:46 +00:00
(broken) rewrite to use SelectPeeksInRange rather than MarkPeeksAsOld for idempotency
This commit is contained in:
parent
7f41f39684
commit
9f2bc6231f
5 changed files with 54 additions and 106 deletions
|
@ -516,6 +516,7 @@ type PeekingDevice struct {
|
|||
}
|
||||
|
||||
type Peek struct {
|
||||
RoomID string
|
||||
New bool
|
||||
RoomID string
|
||||
New bool
|
||||
Deleted bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue