From 4ca8e4822f551304fa632e188da8f60ca6ebfc2a Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 27 May 2020 16:54:32 +0100 Subject: [PATCH] nolint a function that is not used yet --- syncapi/sync/notifier.go | 1 + 1 file changed, 1 insertion(+) diff --git a/syncapi/sync/notifier.go b/syncapi/sync/notifier.go index 8d63fa688..7b1b49a18 100644 --- a/syncapi/sync/notifier.go +++ b/syncapi/sync/notifier.go @@ -183,6 +183,7 @@ func (n *Notifier) wakeupUsers(userIDs []string, newPos types.StreamingToken) { } } +// nolint:unused func (n *Notifier) wakeupUserDevice(userDevices map[string]string, newPos types.StreamingToken) { for userID, deviceID := range userDevices { if stream := n.fetchUserDeviceStream(userID, deviceID, false); stream != nil {