mirror of
https://github.com/fenwick67/mastofeed
synced 2025-02-01 19:36:48 +01:00
fixes PR #40
This commit is contained in:
parent
870b0b4041
commit
32c8b2b33c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
*.atom
|
||||
.vscode
|
||||
|
@ -174,7 +174,7 @@ async function itemsForFeed(opts,user,feed) {
|
||||
}).map((a)=>{
|
||||
return {
|
||||
name:a.name,
|
||||
type:a.mediaType,
|
||||
type:a.mediaType || '',
|
||||
url:a.url
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user