bug fixes related to top page and post link rewriting

This commit is contained in:
2026-04-19 17:26:38 -05:00
parent 3deb11e0a5
commit 391d8ccc99
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -127,6 +127,7 @@ func buildPostLink(decoded, context *database.PostLinkData) string {
b.WriteString(context.Conference)
} else {
b.WriteString(decoded.Conference)
started = true
}
b.WriteString(".")
if decoded.Topic == -1 {
@@ -168,6 +169,7 @@ func (rw *postLinkRewriter) Rewrite(ctx context.Context, data string, svc rewrit
if err != nil {
return nil
}
mydata.CommId = ctxt.CommId
err = mydata.VerifyNames(ctx)
if err != nil {
return nil