mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
WIP: Allow attachments for comments
This commit is contained in:
@ -36,7 +36,7 @@ func init() {
|
||||
new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
|
||||
new(Mirror), new(Release), new(LoginSource), new(Webhook), new(IssueUser),
|
||||
new(Milestone), new(Label), new(HookTask), new(Team), new(OrgUser), new(TeamUser),
|
||||
new(UpdateTask))
|
||||
new(UpdateTask), new(Attachment))
|
||||
}
|
||||
|
||||
func LoadModelsConfig() {
|
||||
|
Reference in New Issue
Block a user