Skip to content

Commit dc40f2c

Browse files
Novynnccbrown
authored andcommitted
Use view-post instead of view-thread (ccbrown#9)
Slightly nicer URLs, and then GGG has to do all the work!
1 parent 48d8924 commit dc40f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/forum_post.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ func (p *ForumPost) ActivityKey() uint32 {
2626
}
2727

2828
func (p *ForumPost) PostURL() string {
29-
return fmt.Sprintf("https://www.pathofexile.com/forum/view-thread/%v/page/%v#p%v", p.ThreadId, p.PageNumber, p.Id)
29+
return fmt.Sprintf("https://www.pathofexile.com/forum/view-post/%v", p.Id)
3030
}

0 commit comments

Comments
 (0)