aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/actor.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-14 12:10:17 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-14 12:10:17 +0100
commit73c7feb32ec1ab9b53d0a7308ab088e9287ea5ac (patch)
tree5e3fe4dccb86f38091db7c3f8cea60a440fddaaa /src/stream/actor.rs
parent45962918683290be0a0ed9091d23f86f20a6d33e (diff)
downloadrust-zotapi-73c7feb32ec1ab9b53d0a7308ab088e9287ea5ac.tar.gz
rust-zotapi-73c7feb32ec1ab9b53d0a7308ab088e9287ea5ac.tar.bz2
rust-zotapi-73c7feb32ec1ab9b53d0a7308ab088e9287ea5ac.zip
bin: list channel stream summary in email like style
Diffstat (limited to 'src/stream/actor.rs')
-rw-r--r--src/stream/actor.rs2
1 files changed, 1 insertions, 1 deletions
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<String>,
url: Option<Url>,
id: String,