feat: Add a link to the clients list on matrix.org
This commit is contained in:
parent
01b5dffeee
commit
a1ed77a99c
1 changed files with 4 additions and 0 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue