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 {
|
if self.services.config.suspend_on_register {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue