• 87 Posts
  • 222 Comments
Joined 4Y ago
cake
Cake day: Apr 17, 2019

help-circle
rss

It’s just using the default now. You can open an issue on the github for it tho.


We’re testing it out before doing a release. There are some stability issues we’re working through.



Check your language settings, make sure you have undetermined selected.


Do you have undetermined language selected in your settings?


Hrm, those are all loading for me. Do you have the undetermined language selected in your settings? Not sure what else it might be.



It could be that its a person you’ve blocked, or something like that. Could you link the comment / show me how to reproduce it?



Touch hold or touch click to see the full score. You can un upvote your own post.


Jerboa already has a card view, and lemmy ui has an open issue to create one.



Is that a federated post? Most likely it’s an issue with the initial vote not federating.


Because our greatest influxes of new users come not when we develop new features, but when lemmy gets cross-posted somewhere, or when reddit messes up in such a way that communities want to migrate somewhere else. This current influx is due to something reddit did, not lemmy’s developers.


The bottom bar has a community search.


Thanks! We’ve been feature-crazy for its whole history… but I’ve kinda learned the hard way that none of that helps adoption. The users are the feature, and its the only reason people don’t leave reddit, facebook, etc.

What @nutomic@lemmy.ml is doing with activitypub service interoperability is far more important than almost anything else we work on. Because at least mastodon and other services have an existing userbase that can plug into lemmy.


That’s me, ya open up an issue on the Jerboa repo so I can figure out what’s going on. You might be using an older version of jerboa that had some issues with post comments.



Someone did create this Lemmy community browser, which searches all known instances for any community. It might be useful to integrate that into lemmy, or at least link to it, in some way, to help people discover communities not on their own instance already.


The-federation.info is unfortunately a bit unmaintained, https://fediverse.observer is a much better site overall, for all fediverse projects. Here’s the stats for lemmy.


We definitely did have a spike in registrations here at least. One of the only ways people find out about lemmy is when it gets cross-posted. We could really use more news articles about it tho on open-source / privacy related spaces.


Its better, has first-class multi-cursor support, and you don’t need to install any plugins to get it usable. Also has LSP support for pretty much every language. IMO its a true successor to vim, which is so old now its like a leaky roof that needs constant repairs (in the form of plugins).


May I suggest: Helix . I used vim for years, but I’ve been enjoying the switch to this.


What’s the issue? Could you open up a github issue on lemmy-ui, with how to replicate it.


The API docs are here: https://join-lemmy.org/docs/en/client_development/client_development.html

Please mark any accounts that do automated posting tho as bot accounts, in their user settings.



There’s only one for android, that’s jerboa.


Lemmur’s development has been abandoned.

The only current android app that I’m aware of is the one I made, Jerboa.

You can see the current apps here: https://join-lemmy.org/apps


You can open up a github issue so we can investigate.


I don’t have this working in jerboa, but in lemmy-ui it does work correctly.




Yeah, I actually have no animations coded into the app, so its gotta be a compose related issue. Sry about that.



I apologize for our install docs not being up to date, I’m getting those fixed now.

The manual install probably isn’t going ta work well right now, so i’d suggest ansible or docker.


Looks like we need to update our installation instructions, these are using an old version of lemmy.


We’re paid for through 2025, but freenom looks like its in maintenance mode unfortunately. They’re not going to let any new domains be registered.


One thing you could do, is go into your admin settings, and turn on the “email admins on new reports” setting, to get notified sooner.

Because otherwise, you’ll never need to look at a list of users to find blogspammers; they’ll already have spammed your front page.


From my experience onboarding here, its pretty much impossible to tell a spambot from a username alone, many of them don’t look generated nowadays. Without an application, they’ll instantly be able to post spam too, which is the goal.

A registration application with a series of questions tho, has stopped them completely… they can’t read through the questions and so its very easy to deny them.


No, we’ve gotten a few requests for it tho. I don’t imagine it’d be very useful, considering after the first hundred signups or so, you’re just scrolling through names.


I’ll try to restart that, it was killed for some reason. We’ve had a lot of trouble finding people who can provide arm builders.


Mostly bugfixes. [Changelog](https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md#lemmy-v0172-release-2023-02-22)
fedilink




If you have time, they are going to release the pad 6 soon, so the you could go with that, or a discounted pad 5. The only other tablet I was considering, was the lenovo p11 or p12 pro.

I also really wanted there to be a good arm linux device with great battery life, but there’s just none yet. Android has become the most popular OS worldwide for better or worse, but at least unlike windows or mac, there are open source variants, and its possible to run it without google play services. Android also has probably a far greater number of open source apps than even linux does too.



Anyone have a good recommendation for open source continuous integration (CI) ?
We have been using a self-hosted drone for a long time, and now they're telling us we need to purchase a license 💩
fedilink



Lemmy Release v0.17.0
Its been a long time coming 🥳 . Excerpt from the link: ## Major Changes ### Language Tags Content can now be tagged to indicate the language it is written in. These tags can be used to filter content, so that you only see posts in languages which you actually understand. Instances and communities can also specify which languages are allowed, and prevent posting in other languages. In the future this will also allow for integrated translation tools. ### Comment trees Lemmy has changed the way it stores comments, in order to be able to properly limit the comments shown to a maximum depth. Included are proper comment links (`/comment/id`), where you can see its children, a count of its hidden children, and a _context_ button to view its parents, or the post. ### Featured posts Admins and mods can now "feature" (this used to be called "sticky" ala reddit) posts to the top of either a community, or the top of the front page. This makes possible announcement and bulletin-type posts. Special thanks to @makotech for adding this feature. ### Federation Lemmy users can now be followed. Just visit a user profile from another platform like Mastodon, and click the follow button, then you will receive new posts and comments in the timeline. Votes are now federated as private. This prevents other platforms from showing who voted on a given post, and it also means that Lemmy now counts votes from Mastodon. This release also improves compatibility with Pleroma. If you previously had trouble interacting between Pleroma and Lemmy, give it another try. We've extracted the main federation logic into its own library, [activitypub-federation-rust](https://github.com/LemmyNet/activitypub-federation-rust). It is open source and can be used by other projects to implement Activitypub federation, without having to reinvent the wheel. The library helps with handling HTTP signatures, sending and receiving activities, fetching remote objects and more. ### Other changes - Admins can now purge content and pictures from the database. - Mods can _distinguish_ a comment, "stickying" it to the top of a post. Useful for mod messages and announcements. - Number of new / unread comments are now shown for each post. - Lemmy now automatically embeds videos from Peertube, Youtube and other sites which provide an embed link via Opengraph attribute. - You can give your site "taglines", short markdown messages, which are shown at the top of your front page. Thanks to @makotech for adding this. - You can now report private messages. - Most settings have been moved from the config file into the database. This means they can be updated much easier, and apply immediately without a restart. - When setting up a new Lemmy instance, it doesn't create a default community anymore. Instead this needs to be done manually. - Admins can choose to receive emails for new registration applications. - An upgrade of diesel to v2.0, our rust -> postgres layer.
fedilink

Works with the new lemmy version.
fedilink

Lemmy upgrade tomorrow (or wednesday), and we’ll have a few hours of downtime.
We're getting ready to release a new version of Lemmy, which will require a database upgrade, so we'll have a few hours of downtime.
fedilink

Apologies for all the translators that weren't able to sign up before (it was email issues), this should be fixed now.
fedilink

- Fix material 3 crash on android 11 and below devices. Fixes #264 by @dessalines in https://github.com/dessalines/jerboa/pull/268 - Add donation link by @dessalines in https://github.com/dessalines/jerboa/pull/269 - Fix bad_url for torrent magnet links. Fixes #270 by @dessalines in https://github.com/dessalines/jerboa/pull/271 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.22...0.0.23
fedilink

Release Notes: - Material v3 by @dessalines in https://github.com/dessalines/jerboa/pull/263 - Dynamic Themes, and Green and Pink. - Adds Scrolling app bars. - Better post listing header layout. - Various UI improvements. **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.21...0.0.22
fedilink

* Change sidebar to info by @dessalines in https://github.com/dessalines/jerboa/pull/245 * Remove top route. by @dessalines in https://github.com/dessalines/jerboa/pull/246 * Adding copy post link. Fixes #168 by @dessalines in https://github.com/dessalines/jerboa/pull/247 * Organizing imports. by @dessalines in https://github.com/dessalines/jerboa/pull/248 * More sidebar stats by @dessalines in https://github.com/dessalines/jerboa/pull/249 * Fixing siFormat issue when 0. Fixes #170 by @dessalines in https://github.com/dessalines/jerboa/pull/252 * Adding a settings page. by @dessalines in https://github.com/dessalines/jerboa/pull/253 * Adding light and dark theme options. Fixes #254 by @dessalines in https://github.com/dessalines/jerboa/pull/259 * Add about page by @dessalines in https://github.com/dessalines/jerboa/pull/260 * Smaller action bars by @dessalines in https://github.com/dessalines/jerboa/pull/261 ![](https://lemmy.ml/pictrs/image/a2222255-2578-4c36-9aa0-7d4303506471.jpeg) ![](https://lemmy.ml/pictrs/image/ad56fcd5-b228-4df2-bb46-316476d65b73.png)
fedilink


Idea for a Lemmy project: Create a stackoverflow style front-end for lemmy.
In the same way that Nutomic built a phpBB themed front end, it would be entirely possible to create a stack-overflow type one, as many of the same concepts translate over.
fedilink

## What's Changed * Fix prettytime crash. Fixes #238 by @dessalines in https://github.com/dessalines/jerboa/pull/239 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.19...0.0.20
fedilink

Jerboa F-droid version 0.0.19 is now optimized
I figured out the f-droid version wasn't using a minified / optimized version of jerboa. It should be must faster now.
fedilink

## What's Changed * Coil upgrade v2 by @dessalines in https://github.com/dessalines/jerboa/pull/234 * Fix comment scrolling bug. Fixes #231 by @dessalines in https://github.com/dessalines/jerboa/pull/235 * Fix create post bug. Fixes #230 by @dessalines in https://github.com/dessalines/jerboa/pull/236 * Fix account bug. Fixes #229 by @dessalines in https://github.com/dessalines/jerboa/pull/237 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.17...0.0.18
fedilink

Changelog: * Running lint, updating deps. by @dessalines in https://github.com/dessalines/jerboa/pull/197 * Moving to kotlinter-gradle by @dessalines in https://github.com/dessalines/jerboa/pull/198 * Fixing unit tests. by @dessalines in https://github.com/dessalines/jerboa/pull/199 * Some items fixes. by @dessalines in https://github.com/dessalines/jerboa/pull/204 * Upgrade accompanist by @dessalines in https://github.com/dessalines/jerboa/pull/208 * Fix comment header with flowrow. Fixes #207 by @dessalines in https://github.com/dessalines/jerboa/pull/209 * Make comment slightly larger. Fixes #213 by @dessalines in https://github.com/dessalines/jerboa/pull/214 * Make comment icon smaller. Fixes #212 by @dessalines in https://github.com/dessalines/jerboa/pull/215 * Changing star to bookmark. Fixes #210 by @dessalines in https://github.com/dessalines/jerboa/pull/216 * Fix comment indent. Fixes #211 by @dessalines in https://github.com/dessalines/jerboa/pull/217 * Make post pictures wider. Fixes #196 by @dessalines in https://github.com/dessalines/jerboa/pull/218 * Deduplicate scrolling posts. Fixes #219 by @dessalines in https://github.com/dessalines/jerboa/pull/220 * Adding a login first message. Fixes #206 by @dessalines in https://github.com/dessalines/jerboa/pull/221 * Lazycolumn 2 by @dessalines in https://github.com/dessalines/jerboa/pull/223 * Fix deleted item header spacing. Fixes #222 by @dessalines in https://github.com/dessalines/jerboa/pull/224 * Adding deep links. by @dessalines in https://github.com/dessalines/jerboa/pull/228 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.16...0.0.17
fedilink

Someone made a RTL Arabic lemmy!
Could someone who speaks Arabic please contact them? I'd love to get those changes incorporated into lemmy-ui.
fedilink

Pictures should be working smoothly now.
All the old pictures are restored from a backup, and should be working now. We've bought more hard drive space too, so we should be okay for a while.
fedilink

Lemmy Release v0.16.7 - A few bug fixes
A few bug fixes: - Fix missing auth on new post refresh. ([#764](https://github.com/LemmyNet/lemmy-ui/issues/764)) - Change CSP rule for connect-src (websocket) to wildcard (fixes [#730](https://github.com/LemmyNet/lemmy-ui/issues/730)) ([#737](https://github.com/LemmyNet/lemmy-ui/issues/737)) - Increase default search rate limit. ([#2424](https://github.com/LemmyNet/lemmy/issues/2424)) - Rejected federated pm from blocked users (fixes [#2398](https://github.com/LemmyNet/lemmy/issues/2398)) ([#2408](https://github.com/LemmyNet/lemmy/issues/2408)) - Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380)) - Revert "Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380))" - Handle Like, Undo/Like activities from Mastodon, add tests (fixes [#2378](https://github.com/LemmyNet/lemmy/issues/2378)) ([#2380](https://github.com/LemmyNet/lemmy/issues/2380)) - Dont allow login if account is banned or deleted (fixes [#2372](https://github.com/LemmyNet/lemmy/issues/2372)) ([#2374](https://github.com/LemmyNet/lemmy/issues/2374)) - Fix panics in search_by_apub_id() (fixes [#2371](https://github.com/LemmyNet/lemmy/issues/2371)) ([#2373](https://github.com/LemmyNet/lemmy/issues/2373))
fedilink



* Reverting back to old markdown renderer. Was much better overall. by @dessalines in https://github.com/dessalines/jerboa/pull/156 * Debounce search box input. Fixes #154 by @dessalines in https://github.com/dessalines/jerboa/pull/157 * Ability to delete posts and comments. Fixes #152 by @dessalines in https://github.com/dessalines/jerboa/pull/161 * Comment tree rework 1 by @dessalines in https://github.com/dessalines/jerboa/pull/162 **Full Changelog**: https://github.com/dessalines/jerboa/compare/0.0.14...0.0.15
fedilink


Lemmy Release v0.16.3 - Federation Bug Fixes
## What is Lemmy? Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top. ## Major Changes A full list of fixes is below, but this patch release includes federation compatibility and bug fixes, as well as fixing vulnerabilities in our websocket rate limiting. ## Upgrade notes Besides the addition of a [search rate limit to the lemmy.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson#L39), there are no config or API changes. Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html) ## Support development We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/). If you would like to support our efforts, please consider [donating](https://join-lemmy.org/donate). If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider [donating to support its development](https://join-lemmy.org/donate). We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on. ## Changes ### Lemmy Server - Federate user account deletion (fixes [#1284](https://github.com/LemmyNet/lemmy/issues/1284)) ([#2199](https://github.com/LemmyNet/lemmy/issues/2199)) - Dont federate initial upvote ([#2196](https://github.com/LemmyNet/lemmy/issues/2196)) - Add missing mod log entries for federated actions (fixes [#1489](https://github.com/LemmyNet/lemmy/issues/1489)) ([#2198](https://github.com/LemmyNet/lemmy/issues/2198)) - Make sure application questionaire is required. Fixes [#2189](https://github.com/LemmyNet/lemmy/issues/2189) - Fix verify_mod_action check for remote admin actions ([#2190](https://github.com/LemmyNet/lemmy/issues/2190)) - Run cargo upgrade ([#2176](https://github.com/LemmyNet/lemmy/issues/2176)) - Migrate towards using page.attachment field for url (ref [#2144](https://github.com/LemmyNet/lemmy/issues/2144)) ([#2182](https://github.com/LemmyNet/lemmy/issues/2182)) - Exclude removed/deleted posts from community outbox ([#2184](https://github.com/LemmyNet/lemmy/issues/2184)) - Fetch community outbox in parallel (fixes [#2180](https://github.com/LemmyNet/lemmy/issues/2180)) ([#2181](https://github.com/LemmyNet/lemmy/issues/2181)) - Adding a ban expires update job. Fixes [#2177](https://github.com/LemmyNet/lemmy/issues/2177) - Add email translations ([#2175](https://github.com/LemmyNet/lemmy/issues/2175)) - Add test files for Friendica federation (fixes [#2144](https://github.com/LemmyNet/lemmy/issues/2144)) ([#2167](https://github.com/LemmyNet/lemmy/issues/2167)) - Lowering search rate limit. Fixes [#2153](https://github.com/LemmyNet/lemmy/issues/2153) ([#2154](https://github.com/LemmyNet/lemmy/issues/2154)) - Rate limit ws joins ([#2171](https://github.com/LemmyNet/lemmy/issues/2171)) - Delete unused diesel.toml file ([#2166](https://github.com/LemmyNet/lemmy/issues/2166)) - Rate limit websocket joins. ([#2165](https://github.com/LemmyNet/lemmy/issues/2165)) - Doing tests in sequential order. Fixes [#2158](https://github.com/LemmyNet/lemmy/issues/2158) ([#2163](https://github.com/LemmyNet/lemmy/issues/2163)) - Dont log errors when rate limit is hit (fixes [#2157](https://github.com/LemmyNet/lemmy/issues/2157)) ([#2161](https://github.com/LemmyNet/lemmy/issues/2161)) - Fix rate limit check for register. Fixes [#2159](https://github.com/LemmyNet/lemmy/issues/2159) - GNU social compatibility ([#2100](https://github.com/LemmyNet/lemmy/issues/2100)) - Consolidate and lower reqwest timeouts. Fixes [#2150](https://github.com/LemmyNet/lemmy/issues/2150) ([#2151](https://github.com/LemmyNet/lemmy/issues/2151)) - Check that config is valid before saving ([#2152](https://github.com/LemmyNet/lemmy/issues/2152)) - Dont log error if duplicate activity is received (fixes [#2146](https://github.com/LemmyNet/lemmy/issues/2146)) ([#2148](https://github.com/LemmyNet/lemmy/issues/2148)) - WIP: Email localization (fixes [#500](https://github.com/LemmyNet/lemmy/issues/500)) ([#2053](https://github.com/LemmyNet/lemmy/issues/2053)) - If viewed actor isnt in db, fetch it from other instance ([#2145](https://github.com/LemmyNet/lemmy/issues/2145)) - Show rate limit algorithm. Fixes [#2136](https://github.com/LemmyNet/lemmy/issues/2136) - Adjust retry interval for sending activities ([#2141](https://github.com/LemmyNet/lemmy/issues/2141)) - Add jerboa link to readme. Fixes [#2137](https://github.com/LemmyNet/lemmy/issues/2137) - Forbid remote URLs for avatars/banners (fixes [#1618](https://github.com/LemmyNet/lemmy/issues/1618)) ([#2132](https://github.com/LemmyNet/lemmy/issues/2132)) - Remove docker/prod unused files (fixes [#2086](https://github.com/LemmyNet/lemmy/issues/2086)) ([#2133](https://github.com/LemmyNet/lemmy/issues/2133)) - Rework error handling (fixes [#1714](https://github.com/LemmyNet/lemmy/issues/1714)) ([#2135](https://github.com/LemmyNet/lemmy/issues/2135)) - Dont allow admin to add mod to remote community ([#2129](https://github.com/LemmyNet/lemmy/issues/2129)) - Reject federated downvotes if downvotes are disabled (fixes [#2124](https://github.com/LemmyNet/lemmy/issues/2124)) ([#2128](https://github.com/LemmyNet/lemmy/issues/2128)) ### Lemmy UI - Dont allow community urls like /c/{id} (fixes [#611](https://github.com/LemmyNet/lemmy-ui/issues/611)) ([#612](https://github.com/LemmyNet/lemmy-ui/issues/612)) - Fix loading indicator on search page (fixes [#443](https://github.com/LemmyNet/lemmy-ui/issues/443)) ([#606](https://github.com/LemmyNet/lemmy-ui/issues/606)) - Upgrade deps ([#604](https://github.com/LemmyNet/lemmy-ui/issues/604)) - Remove auth token from error message. Fixes [#600](https://github.com/LemmyNet/lemmy-ui/issues/600) ([#601](https://github.com/LemmyNet/lemmy-ui/issues/601)) - Fix error during new site setup ([#596](https://github.com/LemmyNet/lemmy-ui/issues/596)) - Differentiate between mods and admins in mod log ([#597](https://github.com/LemmyNet/lemmy-ui/issues/597)) - Fix comment fedilink (fixes [#594](https://github.com/LemmyNet/lemmy-ui/issues/594)) ([#595](https://github.com/LemmyNet/lemmy-ui/issues/595))
fedilink


A few bug fixes: ## Lemmy - Revert "Add logging to debug federation issues (ref [#2096](https://github.com/LemmyNet/lemmy/issues/2096)) ([#2099](https://github.com/LemmyNet/lemmy/issues/2099))" ([#2130](https://github.com/LemmyNet/lemmy/issues/2130)) - Dont allow admin to add mod to remote community ([#2129](https://github.com/LemmyNet/lemmy/issues/2129)) - Reject federated downvotes if downvotes are disabled (fixes [#2124](https://github.com/LemmyNet/lemmy/issues/2124)) ([#2128](https://github.com/LemmyNet/lemmy/issues/2128)) ## Lemmy-ui - Fix error during new site setup ([#596](https://github.com/LemmyNet/lemmy-ui/issues/596)) - Differentiate between mods and admins in mod log ([#597](https://github.com/LemmyNet/lemmy-ui/issues/597)) - Fix comment fedilink (fixes [#594](https://github.com/LemmyNet/lemmy-ui/issues/594)) ([#595](https://github.com/LemmyNet/lemmy-ui/issues/595))
fedilink



Lemmy Release v0.16.0: Theming and Federation Improvements.
## What is Lemmy? Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top. ## Major Changes ### Theming Customizing Lemmy is now much easier than before. Instance admins can select a default instance theme under `/admin` which applies to all users who are not logged in, and those who haven't explicitly picked a theme. It is also possible now to add custom themes to an instance, without having to recompile lemmy-ui. When running with Docker, make sure that [these lines](https://github.com/LemmyNet/lemmy-ansible/pull/24/files) are present in docker-compose.yml (Ansible will add them automatically if you updated the repo). Then put your .css file into `./volumes/lemmy-ui/extra_themes`. The new theme can then be selected by users, or set as instance default. For native installation (without Docker), themes are loaded by lemmy-ui from `./extra_themes` folder. A different path can be specified with `LEMMY_UI_EXTRA_THEMES_FOLDER` environment variable. For instructions how to create a new theme, have a look at the [documentation](https://join-lemmy.org/docs/en/client_development/theming.html). ### Federation @nutomic made many changes to federation to increase compatibility with other software. Lemmy can now receive deletions from [Pleroma], comments from [Friendica] and communities from [lotide](https://sr.ht/~vpzom/lotide/). Other actions were already compatible before. Mastodon can now display communities even when a user with identical name exists (but the user can't be viewed in that case). There were no breaking changes necessary, so federation is fully compatible with 0.15. If you notice something in another project that doesn't federate but should, please open an issue. Multiple users have pointed out that posts, comments and votes don't federate reliably. We first attempted to fix this in [Lemmy 0.15.4](https://lemmy.ml/post/184152) a few days ago, but that didn't help much. Later @nutomic noticed that Lemmy was only sending out activities with 4 worker threads, which is not enough for a big instance like lemmy.ml. At the same time, many of those workers were taken up by sending to broken instances, trying to connect for a minute or more. This version adds a timeout and increases the number of workers. ### Federated bans Until now, only community bans were federated, and the "Remove content" option didn't work over federation. The new version fixes this behaviour, so that both site bans and community bans federate, including "Remove content" option and expiry. Note that this change only affects new bans, those which were issued before upgrading to 0.16 will not be federated. ### Hide communities @dayinjing implemented a funcionality for instance admins to hide controversial communities. A hidden community is only visible to those users who subscribe to it. This represents a milder alternative to removing a community. This functionality is not implemented in lemmy-ui yet, but admins can hide a community like this via command line: ``` curl -X PUT https://example.com/api/v3/community/hide \ -H "Content-Type: application/json" \ -d \ '{"community_id":3,"hidden":true,"reason":"*reason for mod log*","auth":"*admin jwt token*"}' ``` ### Jerboa: a new android app To help adoption, and since most people use social media through their smartphones nowadays, @dessalines has been working on a native android app for Lemmy called [Jerboa](https://github.com/dessalines/jerboa), which is now on [F-Droid](https://f-droid.org/packages/com.jerboa) and [Google Play](https://play.google.com/store/apps/details?id=com.jerboa). It is still at an alpha level, but is very usable. We'd love to have experienced android developers contribute to it. This now makes three smartphone apps for Lemmy: [Lemmur and Jerboa for Android, and Remmel for iOS](https://join-lemmy.org/apps). ## Upgrade notes Follow the [Docker or Ansible upgrade instructions here.](https://join-lemmy.org/docs/en/administration/administration.html) There are three lemmy.hjson config changes. See [defaults.hjson](https://github.com/LemmyNet/lemmy/blob/main/config/defaults.hjson) for comments and default values. - changed boolean `email.use_tls` to `email.tls_type` - added `setup.default_theme` - added `federation.worker_count` ## Support development We (@dessalines and @nutomic) have been working full-time on Lemmy for almost two years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/). If you would like to support our efforts, please consider [donating](https://join-lemmy.org/donate). If you'd like to support development, and make sure that we will always be available to work full time on Lemmy, consider [donating to support its development](https://join-lemmy.org/donate). We've spent hundreds of hours on Lemmy, and would like to be able to add more developers to our little open-source co-op as time goes on. ## Changes ### API - A full list of the API changes can be seen on this diff of [lemmy-js-client: 0.15.0 -> 0.16.0](https://github.com/LemmyNet/lemmy-js-client/compare/0.15.0-rc.34...0.16.0-rc.1) . ### Config - The config changes are [here.](https://github.com/LemmyNet/lemmy/compare/0.15.2...main#diff-bcc84ad7bb4d0687c679cb6b3711052d8eba74a8188578c7516a8fdb5584d01a)
fedilink


- Adding link from text selection. Fixes [#105](https://github.com/dessalines/jerboa/issues/105) ([#107](https://github.com/dessalines/jerboa/issues/107)) - Remember saved text for markdown areas. Fixes [#104](https://github.com/dessalines/jerboa/issues/104)
fedilink


- Adding a markdown helper. Fixes [#38](https://github.com/dessalines/jerboa/issues/38) - Show comment upvote count when there are downvotes. Fixes [#97](https://github.com/dessalines/jerboa/issues/97) - Fix muted colors for titles, top app bars. Fixes [#98](https://github.com/dessalines/jerboa/issues/98) - Smoother comment scrolling. Fixes [#99](https://github.com/dessalines/jerboa/issues/99) - Mute post title color on read. Fixes [#100](https://github.com/dessalines/jerboa/issues/100) - Add link to Jerboa on F-Droid ([#96](https://github.com/dessalines/jerboa/issues/96))
fedilink