From 309c2206f873608be2438a7e61bb6f1f611df2cd Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 2 Sep 2024 18:04:16 +1000 Subject: [PATCH] v0.60 Final tweak for topic and user count updating for last public posts --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index bff9a66..5dc58a0 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1943,7 +1943,7 @@ class GossamerForumsImporter < ImportScripts::Base # else 2 # member, regular reserved for now. # when 3..50 then 2 # member # else 3 # regular or above when 51..100 - end +# end user = User.find(user_id) current_trust_level = user.trust_level