mirror of
https://github.com/fenwick67/mastofeed
synced 2025-02-08 08:09:11 +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
|
node_modules
|
||||||
*.atom
|
*.atom
|
||||||
|
.vscode
|
||||||
|
@ -174,7 +174,7 @@ async function itemsForFeed(opts,user,feed) {
|
|||||||
}).map((a)=>{
|
}).map((a)=>{
|
||||||
return {
|
return {
|
||||||
name:a.name,
|
name:a.name,
|
||||||
type:a.mediaType,
|
type:a.mediaType || '',
|
||||||
url:a.url
|
url:a.url
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user