Skip to content

Commit

Permalink
fix: 新稿件状态错误
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Apr 28, 2024
1 parent 7dfd119 commit 9a016b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/service/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (ps *PostService) PostNew(uuid string, uin int64, text string, images []str
Text: text,
Images: images,
Anon: anon,
Status: database.POST_STATUS_ANY,
Status: database.POST_STATUS_PENDING_APPROVAL,
CreatedAt: util.GetCSTTime(),
}

Expand Down

0 comments on commit 9a016b7

Please sign in to comment.