Can get current user identity
This commit is contained in:
@ -20,7 +20,7 @@ pub struct AppConfig {
|
||||
|
||||
/// Matrix API origin
|
||||
#[clap(short, long, env, default_value = "http://127.0.0.1:8448")]
|
||||
pub matrix_api: String,
|
||||
pub matrix_homeserver: String,
|
||||
|
||||
/// Redis connection hostname
|
||||
#[clap(long, env, default_value = "localhost")]
|
||||
|
Reference in New Issue
Block a user