From 0f066f458a3462d2243cd156264e9dc3f7417760 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 9 May 2017 16:49:28 +0100 Subject: [PATCH] Imports --- src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go b/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go index c91486e1e..cc986579f 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go +++ b/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go @@ -15,9 +15,10 @@ package sync import ( + "sync" + "github.com/matrix-org/dendrite/syncapi/types" "github.com/matrix-org/gomatrixserverlib" - "sync" ) // Notifier will wake up sleeping requests in the request pool when there