Removing "name", Owner role, Promoting, Live events!

This commit is contained in:
2024-09-28 13:01:53 -04:00
Unverified
parent ff6f648748
commit c2ec816188
6 changed files with 285 additions and 78 deletions

View File

@@ -354,7 +354,6 @@ impl RealmAuth for RealmAuthServer {
Ok(())
}
// TODO: find a way of supporting, post-capstone work
// async fn change_username(self, _: Context, username: String, token: String, new_username: String) -> Result<(), ErrorCode> {
// info!("API Request: change_username( username -> {}, token -> {}, new_username -> {} )", username, token, new_username);
//