lemmy/crates/apub/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
..
activities Add logging to debug federation issues (ref #2096) (#2099) 2022-02-17 18:48:45 +00:00
collections Reorganize federation tests (#2092) 2022-02-17 22:04:01 +00:00
fetcher Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
http Merge different delete activities for better compatibility (fixes #2066) (#2073) 2022-02-14 10:14:24 -05:00
objects Reorganize federation tests (#2092) 2022-02-17 22:04:01 +00:00
protocol Hide community v2 (#2055) 2022-02-18 02:30:47 +00:00
activity_lists.rs Merge different delete activities for better compatibility (fixes #2066) (#2073) 2022-02-14 10:14:24 -05:00
context.rs Allow single item for to, cc, and @context 2021-11-26 21:55:33 -07:00
lib.rs Implement instance actor (#1798) 2022-02-07 19:23:12 +00:00
mentions.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
migrations.rs Breaking apub changes (#1859) 2021-10-22 12:21:26 -04:00