add build script

This commit is contained in:
2021-08-22 19:19:21 +02:00
parent 8822d8d11d
commit 448746b1da
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ impl ConfigStore {
match client.verify_credentials().await {
Ok(account) => {
info!(
"Group account verified: @{}, {}",
"Group account verified: @{}, \"{}\"",
account.acct, account.display_name
);
}