matrix: login_and_sync does not need to be generic
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user