feat: Add a link to the clients list on matrix.org

This commit is contained in:
Ginger 2026-02-14 20:44:57 -05:00 committed by Ellis Git
parent 01b5dffeee
commit a1ed77a99c

View file

@ -224,6 +224,10 @@ impl Service {
);
},
}
eprintln!(
"{} https://matrix.org/ecosystem/clients/",
"Find a list of Matrix clients here:".bold()
);
if self.services.config.suspend_on_register {
eprintln!(