about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/follow_suggestion.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/follow_suggestion.rb b/app/models/follow_suggestion.rb
index cfb0887d5..ff07722ca 100644
--- a/app/models/follow_suggestion.rb
+++ b/app/models/follow_suggestion.rb
@@ -37,10 +37,7 @@ END
       neo = Neography::Rest.new
 
       query = <<END
-START a=node:account_index(Account={id})
 MATCH (b)
-WHERE a <> b
-AND NOT (a)-[:follows]->(b)
 RETURN b.account_id
 ORDER BY b.nodeRank DESC
 LIMIT {limit}