cheeaun / phanpy

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

Mentions aren’t showing #567

Closed Fastidious closed 3 weeks ago

Fastidious commented 3 weeks ago

Describe the bug Using GoToSocial. Taping the “Mentions” menu renders “Unable to load mentions”. They work fine on Elk.zone.

To Reproduce Steps to reproduce the behavior: While connected to an account on GoToSocial:

  1. Tap/click avatar.
  2. Tap “mentions”.
  3. See error.

Expected behavior Mention list should show.

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Fastidious commented 3 weeks ago

I see this on the browser's console, not sure if it is related:

image

cheeaun commented 3 weeks ago

Mentions actually call the notifications API, filtered to only 'mention' type: api/v1/notifications?limit=20&types[]=mention. I'm not sure if GTS supports this filter?

Fastidious commented 3 weeks ago

Will ask the developers. Thanks!

Fastidious commented 3 weeks ago

GTS doesn’t support it. These are the only ones, for now: https://docs.gotosocial.org/en/latest/api/swagger/.

I will open an issue with them requesting adoption on the one you mention. Thanks again, @cheeaun!

Fastidious commented 1 week ago

Just wanted to add that the great people at at SuperSeriousBusiness implemented this on https://github.com/superseriousbusiness/gotosocial/pull/3023. 🥳