Skip to content

Commit ebdeff6

Browse files
committed
add forum user Jeff_GGG, reddit user Daniel_GGG
1 parent b548ffa commit ebdeff6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

server/forum_indexer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func (indexer *ForumIndexer) run() {
5151
"Alex_GGG", "Alexcc_GGG", "Andy", "CJ_GGG", "Eben_GGG", "Emma_GGG", "Ethan_GGG",
5252
"Fitzy_GGG", "Hartlin_GGG", "Jake_GGG", "Lionel_GGG", "Melissa_GGG", "MikeP_GGG", "Novynn",
5353
"Rachel_GGG", "Rob_GGG", "Roman_GGG", "Sarah_GGG", "SarahB_GGG", "Tom_GGG", "Natalia_GGG",
54+
"Jeff_GGG",
5455
}
5556
next := 0
5657

server/reddit_indexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func (indexer *RedditIndexer) run() {
3939
users := []string{
4040
"chris_wilson", "Bex_GGG", "Negitivefrags", "Omnitect", "qarldev", "BrianWeissman_GGG",
4141
"Mark_GGG", "RhysGGG", "Dan_GGG", "Rory_Rackham", "Blake_GGG", "Fitzy_GGG", "Hartlin_GGG",
42-
"Hrishi_GGG", "Baltic_GGG", "KamilOrmanJanowski",
42+
"Hrishi_GGG", "Baltic_GGG", "KamilOrmanJanowski", "Daniel_GGG",
4343
}
4444
next := 0
4545

0 commit comments

Comments
 (0)