this post was submitted on 17 Nov 2025
100 points (100.0% liked)

Fediverse

37902 readers
108 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Must've been a recent change because somewhat frequently I'm using it on the go and just now it started appearing for me.

Also banners appear on the top of communities now too. =D

top 27 comments
sorted by: hot top controversial new old
[–] Blaze@piefed.zip 15 points 6 days ago
[–] palordrolap@fedia.io 8 points 6 days ago (1 children)

The posts that I've seen so far seem to be lacking context that's available when visiting the original on the home instance.

That is, these posts look like the first comment made by the OP in a thread below their main submission, but the main submission isn't visible.

Very disorienting. I hope there's a fix on the way.

[–] Auster@thebrainbin.org 7 points 6 days ago

Using Mastodon, it's a similar behavior there, and equally mildly annoying. Least bad in that sense imo is Misskey, as when the post is a reply, the one it replies to is partially loaded, though Misskey has so much visual noise it is disorienting in other ways.

[–] julian@activitypub.space 7 points 6 days ago (2 children)

I've been looking into how to accomplish this too... because it is a UI/UX problem and I am very bad at designing user interfaces.

Mixing them like so works, although it's hard because then it minimizes the size of topics (since it is just the title.) It means microblog content get a bit of a UI boost due to on screen size.

Limiting the max height of microblog posts and showing a snippet of the threaded content OP is another way, but that makes the page more feed-like and less of a "topic listing", which isn't always the way to go either.

For reference, NodeBB also mixes threads and microblog posts. We do this by generating a title from microblog posts. It's not the best solution either.

[–] Auster@thebrainbin.org 3 points 6 days ago

Ye. Back when I used Feeder (some Android RSS reader), it was a similar struggle as each feed loads their data differently and I would try to find the least bad of the display modes.

[–] kbal@fedia.io 2 points 6 days ago

Most of the "microblog" posts I'm seeing are pretty short. I seem to remember the images being way too big, though. I made a custom ublock rule or something to make both the lemmy ones and them equally small thumbnails just big enough to decide if I want to load a full-sized one. It's kept working for a year or something, I had forgotten it was there, but I guess it helps even more now.

Edit: Ah, found it. It's a firefox/librewolf userContent.css thing. Maybe something similar could be an mbin user configurable option some day.

@-moz-document domain("fedia.io") {
    .figure-thumb { max-height:90px !important; max-width:160px !important; overflow: hidden; }
    .view-compact .entry figure { height:90px !important; width: 160px !important} 
}
[–] jqubed@lemmy.world 6 points 6 days ago (1 children)

Yes, those were features in the most recent release, although I can’t find the announcement post offhand.

[–] Auster@thebrainbin.org 5 points 6 days ago (1 children)
[–] Auster@thebrainbin.org 3 points 6 days ago

Pinned and appears globally, I mean, which after a reload now also appears on mobile:

[–] Drusas@fedia.io 4 points 6 days ago (3 children)

Is there a way to disable this? I've never cared for microblogs.

[–] kbal@fedia.io 4 points 6 days ago (1 children)
[–] Drusas@fedia.io 1 points 6 days ago (2 children)

But then you don't see other content like photos and videos.

[–] BentiGorlich@gehirneimer.de 3 points 6 days ago

No this "threads" is just referring to everything that is not a microblog.

[–] Auster@thebrainbin.org 1 points 6 days ago

Photos appear fine though? And I rarely see threads with videos attached so don't think those would appear on a quick check anyways.

[–] BentiGorlich@gehirneimer.de 1 points 6 days ago (2 children)

I honestly didn't expect that there needed to be a setting for this... But I mainly/only use the "sub" feed, and if you don't want microblogs there, just don't follow people posting them 😅

[–] Drusas@fedia.io 3 points 6 days ago (1 children)

I exclusively browse all, blocking magazines/communities that I really don't want to see.

[–] BentiGorlich@gehirneimer.de 1 points 6 days ago

Yeah, that's what I expected. I just don't so I didn't consider it...

[–] melroy@kbin.melroy.org 1 points 6 days ago

In my case I do also use "sub" feed. But I still want to see only threads by default. I do use microblogs as well, but if I want to see posts, I click on the Microblog menu.

[–] Auster@thebrainbin.org 1 points 6 days ago (2 children)

I don't see anything on either https://thebrainbin.org/#settings or https://thebrainbin.org/settings/general, and on desktop it isn't loading combined for me so I can't test Ublock Origin filters either.

[–] Auster@thebrainbin.org 2 points 6 days ago (1 children)

On a magazine it appeared, so using it as basis:

Threads appear as articles in the page's source code. Microblog posts appear as blockquote.
So you should be able to hide them, at least with Ublock Origin, with domain_from_the_instance##blockquote, e.g. for mine, thebrainbin.org##blockquote.

[–] Auster@thebrainbin.org 1 points 6 days ago

Like this in the respective tab of the dashboard (the menu the 3 gears icon from UbO open):

[–] melroy@kbin.melroy.org 1 points 6 days ago

Do you like the setting to be opt-out so "all" will be the default (like now). Or should we make this combined frontpage an opt-in feature (default will stay "threads" like before)?

[–] kbal@fedia.io 3 points 6 days ago

I like it. Always wondered why it wasn't like that from the start.

[–] RandomStickman@fedia.io 3 points 6 days ago (1 children)

Same for desktop. I'm oddly excited for the banners lol

[–] Auster@thebrainbin.org 1 points 6 days ago (1 children)

Did you change anything for the posts to appear combined? For me it only loads on phone.

[–] RandomStickman@fedia.io 2 points 6 days ago (1 children)

Nope, just noticed microblog posts on the front page and my instance is on Mbin version 1.9.0-rc1 on the sidebar

[–] Auster@thebrainbin.org 2 points 6 days ago

I see. Thanks. Asked because I needed it to test something, but luckily it appeared in a magazine's page. =)