8

I would like an option to basically see all the content I'm following from one timeline, since a microblog is being categorized to the random magazine I don't see why this cannot be possible?

What is the sentiment around this?

you are viewing a single comment's thread
view the rest of the comments
[-] jwr1@kbin.earth 1 points 1 month ago

Yes, that is a possibility, but then we'd have this weird layout where about 25 threads are shown, and then 25 microblogs are shown, and it would keep alternating back and forth. If people are willing to have that weird compromise, then I could add that as an option, but I personally would prefer to wait till Mbin provides native support for this.

[-] TheFederatedPipe@fedia.io 1 points 1 month ago

I mean, a native solution might be the best option. I understand not wanting to work around into this, but like something like this:

  1. Two requests are made
  2. Both are aggregated to the same collection/array
  3. That collection is ordered based on the filters of the user choice

I don't understand why it would show 25 of one kind and then the other, but I mean, I haven't looked at the source code, and nor do I have knowledge with Dart/Flutter.

Anyway, thanks for making this app, I use it every day. :D

[-] jwr1@kbin.earth 2 points 1 month ago

Well, it would make both requests, and one would have to be made after the other. Whichever request is made last would be added to the end and displayed after the first. For example, if a request for threads is made, then the 25 threads that get returned from the API would be added to the list, then when the request for microblogs is made, and those 25 microblogs get added to the end (after the threads).

What I'm assuming you're suggesting is to attempt to sort the threads and microblogs intermixed, which wouldn't really work, considering how many different sorting options there are and how complex some of the sort options are. For example, in order to get the "Active" sort option to intermix the two types, I would have to dig into Mbin's and Lemmy's sourcecode in order to figure out how it sorts active posts. Some of the sort options would be easier to figure out though (like newest and commented), but there are still other issues to consider.

[-] TheFederatedPipe@fedia.io 1 points 1 month ago

I see... I thought that it would be possible to make both request at the same time concurrently, and after both gave back a response (whether that be an error or not) handle it properly. Well, we'll have to wait for #Mbin to implement this.

this post was submitted on 15 Jan 2025
8 points (100.0% liked)

Interstellar App

0 readers
1 users here now

An app for Mbin and Lemmy; connecting you to the fediverse.

Links:

Downloads:

founded 1 year ago
MODERATORS