cheeaun / phanpy

A minimalistic opinionated Mastodon web client
https://phanpy.social
MIT License
949 stars 85 forks source link

‌‌Provide support for the Mastodon filter v1 API for gotosocial #471

Open KyoSakuyo opened 3 months ago

KyoSakuyo commented 3 months ago

Describe the bug In the instance of Gotosocial, the Mastodon filter v1 API is used to achieve filtering functionality.https://github.com/superseriousbusiness/gotosocial/pull/2594

Opening the filter page of Phanpy will only display "Unable to load filters." The action of creating a filter is also not supported.

I thought this was an issue with masto.js and submitted an issue to them. Here is their reply: https://github.com/neet/masto.js/issues/1059

To Reproduce Steps to reproduce the behavior:

  1. Open filter page
  2. See error
  3. Try to edit filters
  4. See error

Expected behavior Being able to display and edit filters normally

Screenshots If applicable, add screenshots to help explain your problem.

image image

Desktop (please complete the following information):

Additional context Nope

graue commented 3 months ago

To add context that might help prioritize this: GoToSocial is still in alpha, and has implemented the v1 filter API only because it's an easier starting point, and plans to implement the v2 filter API in a followup according to this comment.