Skip to content

Commit

Permalink
Merge pull request #67 from niwaniwa/bugfix/license-attach
Browse files Browse the repository at this point in the history
fix: license field
  • Loading branch information
niwaniwa authored Jul 22, 2023
2 parents 9d1cfec + 89e5416 commit 8af3474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskey.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func uploadToMisskey(e *Emoji) error {
Name: e.Name,
Category: e.Category,
Aliases: strings.Split(e.Tag, " "),
License: "",
License: e.License,
IsSensitive: e.IsSensitive,
LocalOnly: false,
RoleIdsThatCanBeUsedThisEmojiAsReaction: []string{},
Expand Down

0 comments on commit 8af3474

Please sign in to comment.