1
0
Fork 0

Pixelfed needs remote which is opposite of local lol

This commit is contained in:
Lim Chee Aun 2024-04-13 00:08:09 +08:00
parent 501e43207b
commit 2faf9b4c20

View file

@ -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();