Add pinned and locked to thread table and setup routes
This commit is contained in:
@@ -15,6 +15,8 @@ type Thread struct {
|
||||
Subject string
|
||||
CreatedAt time.Time
|
||||
BumpedAt time.Time
|
||||
Pinned bool
|
||||
Locked bool
|
||||
}
|
||||
|
||||
type Post struct {
|
||||
|
||||
Reference in New Issue
Block a user