mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-21 15:41:03 +00:00
make welcome message direct
This commit is contained in:
parent
cf61f21d42
commit
482a93c172
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ impl GroupHandle {
|
|||
let post = StatusBuilder::new()
|
||||
.status(text)
|
||||
.content_type("text/markdown")
|
||||
.visibility(Visibility::Unlisted)
|
||||
.visibility(Visibility::Direct)
|
||||
.build().expect("error build status");
|
||||
|
||||
let _ = self.client.new_status(post).await.log_error("Failed to post");
|
||||
|
|
Loading…
Reference in a new issue