mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
upgrade repl
This commit is contained in:
@@ -240,7 +240,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
.filter(|(_, addr)| addr != &self_addr)
|
||||
{
|
||||
res.push((
|
||||
Peerstate::from_addr(self.context, &self.context.sql, addr).await,
|
||||
Peerstate::from_addr(self.context, addr).await,
|
||||
addr.as_str(),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user