fix(people): i forgot

This commit is contained in:
Andrea Toska 2025-04-26 18:33:14 +02:00
commit ca03acfc68
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -288,7 +288,7 @@ fn build_own_profile(user: User) -> Ds<Xml<GetOwnProfileData>> {
off_device_allowed, off_device_allowed,
region, region,
.. ..
}; } = user.into();
let timezone_offset = (&*OFFSET_FROM_TIMEZONE).get(&timezone).unwrap().to_owned(); let timezone_offset = (&*OFFSET_FROM_TIMEZONE).get(&timezone).unwrap().to_owned();