feat: embed the vikunja logo as inline attachment
This commit is contained in:
parent
30e0e98f77
commit
f4f8450d16
8 changed files with 22 additions and 7 deletions
|
|
@ -181,7 +181,7 @@ func convertListForFolder(listID int, list *list, content *wunderlistContents) (
|
|||
}
|
||||
}
|
||||
|
||||
// Attachments
|
||||
// Embeds
|
||||
for _, f := range content.files {
|
||||
if f.TaskID == t.ID {
|
||||
// Download the attachment and put it in the file
|
||||
|
|
|
|||
Reference in a new issue