fix: update object id paths for new server

This commit is contained in:
DecDuck
2025-05-10 15:25:40 +10:00
parent fed3e08dce
commit 65561abdab
9 changed files with 101 additions and 23 deletions

View File

@ -86,7 +86,7 @@ pub struct User {
username: String,
admin: bool,
display_name: String,
profile_picture: String,
profile_picture_object_id: String,
}