summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2023-09-01 13:05:28 -0400
committerD. Scott Boggs <scott@tams.tech>2023-09-01 13:05:28 -0400
commit9d4f944ca4b496abe6d500354d9201a39bd06271 (patch)
tree9bf9a96a7fcf064e208b1134ffbc4a3491b81619
parentfffce9a5f05dd4f8df7e9cb560d27e3a297856c7 (diff)
Make behavior consistent with interface
-rw-r--r--examples/post_status.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/post_status.rs b/examples/post_status.rs
index 7b42617..e70b92f 100644
--- a/examples/post_status.rs
+++ b/examples/post_status.rs
@@ -12,7 +12,7 @@ async fn run() -> Result<()> {
.status(register::read_line(
"Enter a status to post privately (enter to send): ",
)?)
- .visibility(Visibility::Unlisted)
+ .visibility(Visibility::Private)
.language(Language::Eng)
.build()?;