lemmy/crates/websocket/src
Dessalines 2016afc9db
User / community blocking. Fixes #426 (#1604)
* A first pass at user / community blocking. #426

* Adding unit tests for person and community block.

* Moving migration

* Fixing creator_blocked for comment queries, added tests.

* Don't let a person block themselves

* Fix post creator_blocked

* Adding creator_blocked to PersonMentionView

* Moving blocked and follows to MyUserInfo

* Rename to local_user_view

* Add moderates to MyUserInfo

* Adding BlockCommunityResponse

* Fixing name, and check_person_block

* Fixing tests.

* Using type in Blockable trait.

* Changing recipient to target, adding unfollow to block action.
2021-08-19 20:54:15 +00:00
..
chat_server.rs Upgrading deps, running clippy fix on nightly 1.55.0 (#1638) 2021-07-06 13:26:46 +00:00
handlers.rs make captcha case-insensitive 2021-07-04 17:51:08 -07:00
lib.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
messages.rs Rewrite delete activities (#1699) 2021-08-17 14:04:58 -04:00
routes.rs Fix websocket location to /api/vX 2021-03-29 17:48:37 -04:00
send.rs Rewrite delete activities (#1699) 2021-08-17 14:04:58 -04:00