mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
add ownership to calendar
This commit is contained in:
@@ -103,7 +103,7 @@ pub async fn route_propfind_principal<A: CheckAuthentication, C: CalendarStore>(
|
||||
.store
|
||||
.read()
|
||||
.await
|
||||
.get_calendars()
|
||||
.get_calendars(user)
|
||||
.await
|
||||
.map_err(|_e| Error::InternalError)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user