Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use view-post instead of view-thread
Slightly nicer URLs, and then GGG has to do all the work!
  • Loading branch information
Novynn authored Mar 30, 2017
commit f991ca36f1b134d6495a42082bd11b20c709f7f4
2 changes: 1 addition & 1 deletion server/forum_post.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ func (p *ForumPost) ActivityKey() uint32 {
}

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