aboutsummaryrefslogtreecommitdiff
path: root/eduserver/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'eduserver/cache/cache.go')
-rw-r--r--eduserver/cache/cache.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/eduserver/cache/cache.go b/eduserver/cache/cache.go
index dd535a6d..f637d7c9 100644
--- a/eduserver/cache/cache.go
+++ b/eduserver/cache/cache.go
@@ -113,19 +113,6 @@ func (t *EDUCache) AddTypingUser(
return t.GetLatestSyncPosition()
}
-// AddSendToDeviceMessage increases the sync position for
-// send-to-device updates.
-// Returns the sync position before update, as the caller
-// will use this to record the current stream position
-// at the time that the send-to-device message was sent.
-func (t *EDUCache) AddSendToDeviceMessage() int64 {
- t.Lock()
- defer t.Unlock()
- latestSyncPosition := t.latestSyncPosition
- t.latestSyncPosition++
- return latestSyncPosition
-}
-
// addUser with mutex lock & replace the previous timer.
// Returns the latest typing sync position after update.
func (t *EDUCache) addUser(