From 6d59d6690c3e5afd936f067b32e9998bc834728c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 28 Mar 2025 22:56:24 +0000 Subject: feat(filamento): disco items requests --- filamento/src/disco.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filamento/src/disco.rs') diff --git a/filamento/src/disco.rs b/filamento/src/disco.rs index ccc99cb..cc48215 100644 --- a/filamento/src/disco.rs +++ b/filamento/src/disco.rs @@ -53,6 +53,7 @@ impl From for info::Query { } } +#[derive(Debug, Clone)] pub struct Items { node: Option, items: Vec, @@ -80,6 +81,7 @@ impl From for items::Query { } } +#[derive(Debug, Clone)] pub struct Item { jid: JID, name: Option, -- cgit