Results 382 comments of Nutomic

Mastodon does send likes, but they are marked as private, and rejected by Lemmy (which requires likes to be public). This is because Lemmy sends them to other instances that...

@dessalines I disagree with your arguments. You seem to prioritize the experience of new users, but because we dont have advertising, we dont get any benefit from having more users...

We could make emails required, at least as a config option. But I dont think it would be a big hurdle for spammers, in my experience they can easily do...

I think this feature would be way too specific to integrate in a general-purpose software like Lemmy. For example, east Asian languages like Chinese dont even have gendered pronouns as...

Lemmy should also work without iframely, it will just be unable to generate link previews. We could also make the iframely URL configurable, then you could use `dev.lemmy.ml/iframely`.

I have many doubts how this could work with Peertube. Would videos from all users get uploaded to the same account? That would get quite messy. In terms of federation,...

@asonix Is there any particular reason? After all, it should be easy enough to enable or disable video uploads with a config option.

This would be pretty easy to implement, by adding a config option and if it is set, return an error in the following two places. https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/activities/deletion/delete.rs#L54 https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/activities/deletion/delete_user.rs#L29 But im a...

This wont work because it hasnt been implemented yet.

About general Rust usage, cargo clippy should give you some hints. Also make sure that CI passes. You can look at `.drone.yml` for the exact commands it uses, so you...