this post was submitted on 30 Aug 2023
261 points (100.0% liked)

Technology

37613 readers
175 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Aww ... poor little ISPs.

you are viewing a single comment's thread
view the rest of the comments
[–] JackGreenEarth@lemm.ee 3 points 1 year ago (1 children)

Why is it sometimes hidden by a dropdown, and sometimes the summary is just in the comment?

[–] dudeami0@lemmy.dudeami.win 1 points 1 year ago

TL;DR: The bot is configured to condense certain instances and communities. At the moment, only beehaw.org is marked to be condensed.

Quickly looking at the source code, it seems ReplyToPostsCommand uses a SummaryTextWrapper, which contains an iterable for both CondensedSummaryTextWrapperProvider and DefaultSummaryTextWrapperProvider. The DefaultSummaryTextWrapperProvider has a priority of -1_000 (so it's always checked last) and is set to always return true on the supports(Community $community): bool. CondensedSummaryTextWrapperProvider references the config/services.yaml for it's supports(Community $community): bool call which lists 0 condensed communities and 1 condensed instance, being beehaw.org.