Pixelfed needs remote which is opposite of local lol

pull/501/head
Lim Chee Aun 2024-04-13 00:08:09 +08:00
rodzic 501e43207b
commit 2faf9b4c20
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -33,6 +33,7 @@ function Public({ local, columnMode, ...props }) {
publicIterator.current = masto.v1.timelines.public.list({
limit: LIMIT,
local: isLocal,
remote: !isLocal, // Pixelfed
});
}
const results = await publicIterator.current.next();