mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
fixes
This commit is contained in:
@@ -22,7 +22,7 @@ impl Context {
|
||||
if self.endpoint.lock().await.is_some() {
|
||||
warn!(
|
||||
self,
|
||||
"Tried to create gossip even tough there still exists an instance"
|
||||
"Tried to create endpoint even though there is already one."
|
||||
);
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user