Added Milfy to profile list, fixed Vixen not returning gracefully when profile is not found.
This commit is contained in:
@@ -611,7 +611,7 @@ async function fetchProfile(actor, { channel }) {
|
||||
},
|
||||
});
|
||||
|
||||
if (res.ok) {
|
||||
if (res.ok && res.body.data?.model) {
|
||||
return scrapeProfile(res.body.data, channel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user