rystaf / mlmym

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

Next / Prev navigation buttons don't show navigate to the selected listing type #73

Closed sxe closed 10 months ago

sxe commented 11 months ago

How to reproduce:

  1. In setting. Default listing: subscribed
  2. Manually change to listing: "all" on the far left above the posts.
  3. Click the "next" button at the bottom of the page

Result:

You are now viewing the subscribed posts of page two

Expected result:

I should see the "all" posts of page two.

This is happening cause the navigation buttons don't add listingType=All to the url.

Hope that helps. Cheers