We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d8924 commit dc40f2cCopy full SHA for dc40f2c
server/forum_post.go
@@ -26,5 +26,5 @@ func (p *ForumPost) ActivityKey() uint32 {
26
}
27
28
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)
+ return fmt.Sprintf("https://www.pathofexile.com/forum/view-post/%v", p.Id)
30
0 commit comments