Feed no longer show replies

This commit is contained in:
2024-02-14 18:48:02 +08:00
parent 1baffd4200
commit b0c9368530
3 changed files with 27 additions and 13 deletions

View File

@ -5,7 +5,6 @@ import "time"
type Post struct {
BaseModel
// TODO Introduce thumbnail
Alias string `json:"alias" gorm:"uniqueIndex"`
Title string `json:"title"`
Content string `json:"content"`