make welcome message direct
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user