mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 17:38:04 +02:00
Add topics for Gists (#413)
This commit is contained in:
@ -43,6 +43,7 @@ func Fork(ctx *context.Context) error {
|
||||
UserID: currentUser.ID,
|
||||
ForkedID: gist.ID,
|
||||
NbFiles: gist.NbFiles,
|
||||
Topics: gist.Topics,
|
||||
}
|
||||
|
||||
if err = newGist.CreateForked(); err != nil {
|
||||
|
Reference in New Issue
Block a user