bhcli

"Strange's fork of n0tr1v's bhcli (onion)"
git clone https://git.dasho.dev/Strange/bhcli.git
Log | Files | Refs | README

commit 012b8c97668d76c4efc5b0e763a5fca545d9418b
parent a807ef91bc5f89521c8eaffe47cc1b7287162a80
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat, 24 Jun 2023 11:40:28 -0700

there is no point in not having this

Diffstat:
Msrc/main.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -1267,6 +1267,7 @@ fn post_msg(client: &Client, post_type_recv: PostType, full_url: &str, session: params.extend(vec![ ("action", "post".to_owned()), ("postid", postid_value.to_owned()), + ("multi", "on".to_owned()), ("message", msg), ("sendto", send_to.unwrap_or(SEND_TO_ALL.to_owned())), ]);