[bubble keikaku] add /api/v1/timelines/bubble #93

Closed
opened 2022-07-20 13:13:09 +00:00 by floatingghost · 0 comments

add endpoint

  • GET /api/v1/timelines/bubble

which functions precisely like a public timeline but filters to config :pleroma, :instance, :bubble_instances

this endpoint should require the read scope

  • add above config key
  • check on boot that we're subscribed to their relay, if they have one
  • add 2 mix tasks, pleroma.bubble add :instance and pleroma.bubble remove :instance, which also handle the subscription

ref: https://meta.akkoma.dev/t/subscribe-to-remote-local-timelines/32/14

add endpoint - `GET /api/v1/timelines/bubble` which functions precisely like a public timeline but filters to `config :pleroma, :instance, :bubble_instances` _this endpoint should require the `read` scope_ - add above config key - check on boot that we're subscribed to their relay, if they have one - add 2 mix tasks, `pleroma.bubble add :instance` and `pleroma.bubble remove :instance`, which also handle the subscription ref: https://meta.akkoma.dev/t/subscribe-to-remote-local-timelines/32/14
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#93
No description provided.