Vyr Cossont
Vyr Cossont
@trwnh that's what I ended up doing for VyrCossont/mastodon#5 because it seemed like the current best option for sites that don't want to make every public post searchable. Thanks for...
I really really want this. The feature becomes even more useful given the rapid growth of the Fediverse, the constant recurrence of the same bad actors on [#FediBlock](https://mastodon.social/tags/FediBlock) as new...
> Could we punt (on outbound only) and just return an error to the sending client, and not queue that message? Oh, sure, and we should. I was envisioning the...
BTW the API parameter that supports this use case was added in #9606 (because I asked for it) back in 2018. I tried to add UI for it in #11120...
This would be a great addition to #24055 account search.
Any chance we could get custom emoji included in roles before the API and UI are stabilized? Servers using roles for supporter badges, manual verification, etc. will want those. Servers...
I fixed the admin check in #22422 to check against the OpenSearch ES wire compatibility version instead of the version of OpenSearch itself. Note that the check doesn't actually prevent...
I should note a closely related issue here: search result paging also uses an empty result set as an indicator that there are no more results, and unlike the timeline...
It's not that bad for either search results or timeline entries. Just keep fetching and filtering results in a loop until you fill your requested size, hit the max fetches...
This seems to have been fixed somewhere between 4.0.0rc2 and 4.3.0-nightly.2024-05-29. Searching for `from:[email protected]` works properly for me now.