lemmy/crates/api_common/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
..
comment.rs Making more fields optional in the API. 2021-04-23 02:30:13 -04:00
community.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
lib.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
person.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
post.rs Swap out iframely (#1706) 2021-08-19 14:12:49 +00:00
site.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
websocket.rs Split api crate into api_structs and api 2021-03-25 20:19:40 +01:00