Add pinned and locked to thread table and setup routes

This commit is contained in:
Dominic Ferrando
2025-04-24 18:07:13 -04:00
parent 1fb4f67bb6
commit 2642e28c7b
5 changed files with 224 additions and 127 deletions
+2
View File
@@ -15,6 +15,8 @@ type Thread struct {
Subject string
CreatedAt time.Time
BumpedAt time.Time
Pinned bool
Locked bool
}
type Post struct {