matrix: login_and_sync does not need to be generic

This commit is contained in:
2025-05-15 21:06:54 +00:00
parent 3fee20f0cf
commit 73ee8114ca
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ async fn send_to_room(
};
}
pub async fn login_and_sync<T: Clone>(
pub async fn login_and_sync(
homeserver_url: String,
username: &str,
password: &str,