mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
use as_bytes everywhere
This commit is contained in:
@@ -460,8 +460,8 @@ pub(crate) async fn receive_imf_inner(
|
||||
.add_node_addr(node_addr.clone())
|
||||
.context("Failed to add node address")?;
|
||||
|
||||
let node_id = node_addr.node_id;
|
||||
for topic in topics {
|
||||
let node_id = node_addr.node_id;
|
||||
context
|
||||
.add_peer_for_topic(instance_id, topic, node_id)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user