Change how usernames, introduce display names.

This commit is contained in:
Paul Makles
2020-07-25 11:36:43 +02:00
parent c271054613
commit 5e59c553f3
9 changed files with 640 additions and 504 deletions

View File

@@ -84,7 +84,7 @@ pub fn mount(rocket: Rocket) -> Rocket {
routes![
user::me,
user::user,
user::lookup,
user::query,
user::dms,
user::dm,
user::get_friends,