Can download files

This commit is contained in:
2025-04-09 21:26:49 +02:00
parent 61a4ea62c6
commit 6f18aafc33
9 changed files with 126 additions and 5 deletions

View File

@ -25,7 +25,7 @@ impl File {
}
pub fn user_id(&self) -> UserID {
UserID(self.id)
UserID(self.user_id)
}
}