kartikynwa

Results 27 comments of kartikynwa

@k5jat Did you have to verify your email after that or were you able to log in without verifying?

For now this is intended, not sure what the long term resolution is: https://github.com/LemmyNet/lemmy/blob/5af831c6fad0cd462f6abe3645d8c26b3481bab7/crates/db_views/src/comment_view.rs#L335-L342

Thinking of ways to do this (muting communities). - Table structure and API can be identical to that of blocking communities - Add `hide_muted: Option` param to PostQuery which defaults...

Additionally, for PostQuery and CommentQuery, hide_muted should have no effect if community_id or post_id are specified.

This is like how Reddit has modmail right?

@Nutomic hiding seems to be something that admins do. Like they can hide a community so that it doesn't appear on the front page for every user. This PR is...

Blocking precludes you from interacting with the community in any way. If you mute a community, you can either visit it manually or follow a link to a post in...

That does sound like a better solution to me. I'll look into that and close the PR in a while.

You can use [Diesel's CLI](https://github.com/diesel-rs/diesel/blob/master/diesel_cli/README.md) to run migrations using `diesel migration run`. Just have to configure the `--database-url`.

One thing I forgot to mention is that the instance needs to have been configured to require registration application but that is the default nowadays.