rystaf / mlmym

a familiar desktop experience for lemmy
GNU Affero General Public License v3.0
246 stars 16 forks source link

"Subscribed" filter not working on 0.0.33 #94

Closed Crul closed 7 months ago

Crul commented 7 months ago

Environment:

Problem: The posts shown on "new" and "hot" are not filtered by subcription even when the listingType=Subscribed param is present.

Crul commented 7 months ago

Closing this one because the problem was a non-valid JWT token on local storage. Mlmym was trying to filter by subscription but it couldn't get the community list.

Crul commented 7 months ago

@rystaf FYI: If you have a valid user cookie (Username:userId) with and invalid jwt cookie, mlmym shows like you're logged in, but you aren't.