aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'roomserver/internal/helpers')
-rw-r--r--roomserver/internal/helpers/helpers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/roomserver/internal/helpers/helpers.go b/roomserver/internal/helpers/helpers.go
index 036c717a..a829bffc 100644
--- a/roomserver/internal/helpers/helpers.go
+++ b/roomserver/internal/helpers/helpers.go
@@ -270,7 +270,6 @@ func CheckServerAllowedToSeeEvent(
}
// TODO: Remove this when we have tests to assert correctness of this function
-// nolint:gocyclo
func ScanEventTree(
ctx context.Context, db storage.Database, info types.RoomInfo, front []string, visited map[string]bool, limit int,
serverName gomatrixserverlib.ServerName,