lemmy/crates/apub/src
Piotr Juszczyk 2ad3450004
Allow filtering posts and comments by whether they were liked/disliked - fixes #3401 (#3523)
* Allow filtering posts and comments by whether they were liked/disliked

* Switch to 2 args - liked_only, disliked_only - taking bools

* Make liked_only and disliked_only Option<bool>

* Fix unrelated is_profile_view compilation error
2023-08-08 11:40:28 +02:00
..
activities Fixing broken SQL migration formatting. (#3800) 2023-08-03 11:07:35 +02:00
api Allow filtering posts and comments by whether they were liked/disliked - fixes #3401 (#3523) 2023-08-08 11:40:28 +02:00
collections Ignore errors when fetching community mods (fixes #3460) (#3674) 2023-07-20 11:34:07 -04:00
fetcher Make resolve_object not require auth #3685 (#3716) 2023-07-26 12:17:42 -04:00
http Federation tests replication round1 - demonstrate absent replication of comment deletes (#3657) 2023-07-27 06:17:40 -04:00
objects Sanitize html (#3708) 2023-07-26 14:01:15 -04:00
protocol Sanitize html (#3708) 2023-07-26 14:01:15 -04:00
activity_lists.rs Federation tests replication round1 - demonstrate absent replication of comment deletes (#3657) 2023-07-27 06:17:40 -04:00
lib.rs Fixing broken SQL migration formatting. (#3800) 2023-08-03 11:07:35 +02:00
mentions.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00