mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-21 23:51:01 +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()
|
let post = StatusBuilder::new()
|
||||||
.status(text)
|
.status(text)
|
||||||
.content_type("text/markdown")
|
.content_type("text/markdown")
|
||||||
.visibility(Visibility::Unlisted)
|
.visibility(Visibility::Direct)
|
||||||
.build().expect("error build status");
|
.build().expect("error build status");
|
||||||
|
|
||||||
let _ = self.client.new_status(post).await.log_error("Failed to post");
|
let _ = self.client.new_status(post).await.log_error("Failed to post");
|
||||||
|
|
Loading…
Reference in a new issue