MV [Jerboa dev]

  • 2 Posts
  • 128 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle







  • Alright, looked into it. There was indeed a bug where it did the initial posts request by page and the subsequent by page_cursor. But this has been there for a while. Pre 67 we used to deduplicate every post returned by Lemmy. So it was masking that bug. I didn’t think the deduplication was still necessary with page_cursor, so it was removed. If it still frequently happens after this fix. I’ll add it back.


  • In Lemmy 0.19.4, scores were reworked. So that you could individually pick which score you like to see (upvote, downvote, total, ratio)

    Before this this option its behaviour was to disable every score type. Now it just hides the “total”. With Lemmy 0.19.4 they did a poll to see which scores are the most popular and should be the default. Upvotes + Downvotes won. So show_scores is now by default false.

    Currently our setting division (‘Account settings’ vs ‘look and feel’) doesn’t make much sense. But ‘look and feel’ is all the settings that are stored on the device. Thus apply to all accounts. Account settings are settings we retrieve from Lemmy and are different per account.

    So that brings us to the listingviewmode. That shows the total_scores but since its disabled, it is hidden. I’ll probably rework it so that it shows the upvotes if ‘shows_scores’ is disabled.