Don't overwrite already resolved participants, better naming of keys
This commit is contained in:
@@ -10,6 +10,7 @@ pub trait ContactResolverBackend {
|
||||
|
||||
pub type AnyContactID = String;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ContactResolver<T: ContactResolverBackend> {
|
||||
backend: T,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user