fix-notification-content #333

Merged
philipp merged 3 commits from fix-notification-content into staging 2024-04-02 10:37:50 +02:00
Showing only changes of commit c1d46a6e6b - Show all commits

View File

@ -733,7 +733,7 @@ impl<'r> FromRequest<'r> for TechUser {
} }
pub struct CoxUser { pub struct CoxUser {
user: User, pub(crate) user: User,
} }
impl Deref for CoxUser { impl Deref for CoxUser {