Block a user
Domain insertion for invites
and the relevant PR in the yunohost package https://github.com/YunoHost-Apps/peachpub_ynh/pull/13
Domain insertion for invites
Domain insertion for invites
I knew at some level this was non-trivial, because it required working with the sbot during yunohost commands, which was not previously needed before, ended up being a big project, but 3 weeks…
Add wait-for-sbot to peach-config
Accept ip_port and net_id as Option<String> or Option<&str> for sbot::init()
Interesting, it seems like a natural thing to want to be able to define, but that None::<&str> syntax is pretty bizarre. But it seems like thats the way to do "optional" arguments in rust so looks…