Skip to content

Commit c38505c

Browse files
authored
Merge pull request #2248 from h3poteto/fix/pixelfed-remote
Add remote flag to pixelfed public timeline
2 parents fccd15f + ac21dda commit c38505c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

megalodon/src/pixelfed.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,8 @@ export default class Pixelfed implements MegalodonInterface {
21542154
min_id?: string
21552155
}): Promise<Response<Array<Entity.Status>>> {
21562156
let params = {
2157-
local: false
2157+
local: false,
2158+
remote: true
21582159
}
21592160
if (options) {
21602161
if (options.only_media !== undefined) {

0 commit comments

Comments
 (0)