Tests pass

This commit is contained in:
Dominik Werder
2021-10-14 22:34:06 +02:00
parent 3b917d6bd3
commit 7b79070e8a
16 changed files with 756 additions and 258 deletions

View File

@@ -44,8 +44,7 @@ pub async fn search_channel(
None => vec![],
};
let k = ChannelSearchSingleResult {
backend: node_config.node.backend.clone(),
//backend: row.get(7),
backend: row.get(7),
name: row.get(1),
source: row.get(2),
ty: row.get(3),