mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Updated comments in mosaic
This commit is contained in:
parent
a4d903db8c
commit
aa7d3bef64
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ export const handleMosaic = async (
|
|||
selectedDomain = domain;
|
||||
}
|
||||
|
||||
// Fallback if all Mosaic servers are down
|
||||
// Fallback if there are no Mosaic servers
|
||||
if (selectedDomain === null) {
|
||||
return null;
|
||||
} else {
|
||||
|
@ -20,7 +20,6 @@ export const handleMosaic = async (
|
|||
media => media.url?.match(/(?<=\/media\/)[\w-]+(?=[.?])/g)?.[0] || ''
|
||||
);
|
||||
// console.log('mosaicMedia', mosaicMedia);
|
||||
// TODO: use a better system for this, 0 gets png 1 gets webp, usually
|
||||
const baseUrl = `https://${selectedDomain}/`;
|
||||
let path = '';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue