pub async fn set_read_state_by_id_and_course_id(
conn: &mut PgConnection,
id: Uuid,
course_id: Uuid,
read: bool,
) -> ModelResult<FeedbackRow>pub async fn set_read_state_by_id_and_course_id(
conn: &mut PgConnection,
id: Uuid,
course_id: Uuid,
read: bool,
) -> ModelResult<FeedbackRow>