forked from NYANDEV/forgejo
Fix missing updated time on migrated issues and comments (#9744)
* Fix missing updated time on migrated issues and comments * Fix testing and missing updated on migrating pullrequest Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
parent
2677d071f9
commit
7f869c061e
6 changed files with 15 additions and 0 deletions
|
@ -14,6 +14,7 @@ type Comment struct {
|
|||
PosterName string
|
||||
PosterEmail string
|
||||
Created time.Time
|
||||
Updated time.Time
|
||||
Content string
|
||||
Reactions *Reactions
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue