From 15c269b869aaf8a37d3424d35cef660e75596b58 Mon Sep 17 00:00:00 2001 From: Zzphyr <49877032+Zzphyr@users.noreply.github.com> Date: Fri, 28 Jun 2019 00:55:23 +0100 Subject: [PATCH 1/2] Update forum_indexer.go Add "Stacey_GGG" as forum poster (https://www.pathofexile.com/account/view-profile/Stacey_GGG) --- server/forum_indexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/forum_indexer.go b/server/forum_indexer.go index aa4969b..cdc9fb6 100644 --- a/server/forum_indexer.go +++ b/server/forum_indexer.go @@ -51,7 +51,7 @@ func (indexer *ForumIndexer) run() { "Alex_GGG", "Alexcc_GGG", "Andy", "CJ_GGG", "Eben_GGG", "Emma_GGG", "Ethan_GGG", "Fitzy_GGG", "Hartlin_GGG", "Jake_GGG", "Lionel_GGG", "Melissa_GGG", "MikeP_GGG", "Novynn", "Rachel_GGG", "Rob_GGG", "Roman_GGG", "Sarah_GGG", "SarahB_GGG", "Tom_GGG", "Natalia_GGG", - "Jeff_GGG", "Lu_GGG", "JuliaS_GGG", "Alexander_GGG", "SamC_GGG", "AndrewE_GGG", "Kyle_GGG", + "Jeff_GGG", "Lu_GGG", "JuliaS_GGG", "Alexander_GGG", "SamC_GGG", "AndrewE_GGG", "Kyle_GGG", "Stacey_GGG", } timezone := (*time.Location)(nil) From b874d68e6038919c4f196028a18cf0482d2af851 Mon Sep 17 00:00:00 2001 From: Zzphyr <49877032+Zzphyr@users.noreply.github.com> Date: Fri, 28 Jun 2019 01:07:36 +0100 Subject: [PATCH 2/2] Add new GGG staff to list He is quite active at the bug forum atm - https://www.pathofexile.com/account/view-profile/Jatin_GGG --- server/forum_indexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/forum_indexer.go b/server/forum_indexer.go index cdc9fb6..1b6d8cd 100644 --- a/server/forum_indexer.go +++ b/server/forum_indexer.go @@ -51,7 +51,7 @@ func (indexer *ForumIndexer) run() { "Alex_GGG", "Alexcc_GGG", "Andy", "CJ_GGG", "Eben_GGG", "Emma_GGG", "Ethan_GGG", "Fitzy_GGG", "Hartlin_GGG", "Jake_GGG", "Lionel_GGG", "Melissa_GGG", "MikeP_GGG", "Novynn", "Rachel_GGG", "Rob_GGG", "Roman_GGG", "Sarah_GGG", "SarahB_GGG", "Tom_GGG", "Natalia_GGG", - "Jeff_GGG", "Lu_GGG", "JuliaS_GGG", "Alexander_GGG", "SamC_GGG", "AndrewE_GGG", "Kyle_GGG", "Stacey_GGG", + "Jeff_GGG", "Lu_GGG", "JuliaS_GGG", "Alexander_GGG", "SamC_GGG", "AndrewE_GGG", "Kyle_GGG", "Stacey_GGG", "Jatin_GGG" } timezone := (*time.Location)(nil)