lemmy/crates/db_schema/src
biosfood 384e55f0e4
update moderator view (#3820)
* update api tests for new moderator view

* chage moderator view to be a listing type in get posts

Note: Internally, the listing type is called ListingType.ModeratorView,
but it's called "Moderator View" in the api endpoint

* fix formatting

* add support for moderator view to list comments

* add api test for moderator view when listing comments

* fix api test formatting

* retry tests

* don't filter out blocked users and communities when using moderator view

* fix cargo tests failing

* fix formatting

* fix previous merge

* Adding ModeratorView to listing_type_enums

* Fixing fmt.

* Adding a default to ListingType.

* Upgrading to use new lemmy-js-client.

---------

Co-authored-by: Nutomic <me@nutomic.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Dessalines <tyhou13@gmx.com>
2023-08-31 13:07:45 +02:00
..
aggregates Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
impls Sitemap - use UTC time (#3914) 2023-08-28 11:09:20 +02:00
source Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
diesel_ltree.patch Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
lib.rs update moderator view (#3820) 2023-08-31 13:07:45 +02:00
newtypes.rs Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
schema.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
traits.rs Automatically resolve report when post/comment is removed (#3850) 2023-08-08 11:19:55 -04:00
utils.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00