From 73c7feb32ec1ab9b53d0a7308ab088e9287ea5ac Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 14 Jan 2024 12:10:17 +0100 Subject: bin: list channel stream summary in email like style --- src/stream/actor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream/actor.rs') diff --git a/src/stream/actor.rs b/src/stream/actor.rs index 4e2bbe4..3ee371d 100644 --- a/src/stream/actor.rs +++ b/src/stream/actor.rs @@ -12,7 +12,7 @@ use url::Url; #[derive(Debug, Deserialize, PartialEq)] pub struct Actor { - name: String, + pub name: String, address: Option, url: Option, id: String, -- cgit v1.2.3