Aww … poor little ISPs.
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.
Why is it sometimes hidden by a dropdown, and sometimes the summary is just in the comment?
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 aSummaryTextWrapper
, which contains an iterable for bothCondensedSummaryTextWrapperProvider
andDefaultSummaryTextWrapperProvider
. TheDefaultSummaryTextWrapperProvider
has a priority of-1_000
(so it’s always checked last) and is set to always returntrue
on thesupports(Community $community): bool
.CondensedSummaryTextWrapperProvider
references the config/services.yaml for it’ssupports(Community $community): bool
call which lists 0 condensed communities and 1 condensed instance, being beehaw.org.