nolint a function that is not used yet

This commit is contained in:
Neil Alexander 2020-05-27 16:54:32 +01:00
parent dac050d5b6
commit 4ca8e4822f

View file

@ -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 {