lemmy/crates/api/src
dayinjing 7f9b55e793
Hide community v2 (#2055)
* Initial working of hiding communities and adding a db entry for mod log

* Return mod log for hidden communities

* Clean up hidding communities PR

* use lower case like other migration files

* Formatting fix

* pass in admin id to list, make match logic the same in post_view as community_view. Dont force non null for reason

* Clean PR review stuff

* Change person_id to mod_person_id on hide community table

* Make bools optional, add a space for formating

Co-authored-by: Thor Odinson <odinson@asgard.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2022-02-18 02:30:47 +00:00
..
comment_report.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
comment.rs Dont check for ban in MarkCommentAsRead (fixes #2045) (#2054) 2022-01-21 14:46:43 -05:00
community.rs Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
lib.rs Removing the site creator, adding leave_admin. Fixes #1808 (#2052) 2022-01-26 17:57:16 +00:00
local_user.rs Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
post_report.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
post.rs Fixing liking comment on blocked person. Fixes #2033 (#2042) 2022-01-19 14:17:18 +00:00
private_message.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
site.rs Hide community v2 (#2055) 2022-02-18 02:30:47 +00:00
websocket.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00