You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api/src/local_user/notifications
Dessalines 56e26fc3d4
Adding a post_view mode. Fixes #3730 (#3731)
* Adding a post_view mode. Fixes #3730

* Fix test.

* Addressing PR comments.

* Adding a post_view mode. Fixes #3730

* Fix test.

* Addressing PR comments.

* Fixing column order.

* Fix default Ok returns.

* Removing return Err(... where feasible.
9 months ago
..
list_mentions.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 10 months ago
list_replies.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 10 months ago
mark_all_read.rs Make functions work with both connection and pool (#3420) 11 months ago
mark_mention_read.rs Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
mark_reply_read.rs Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 10 months ago
unread_count.rs Make functions work with both connection and pool (#3420) 11 months ago