Support sending and displaying typing notifications (#9)

This commit is contained in:
Ulyssa 2023-01-03 13:57:28 -08:00
parent c744d74e42
commit d038da6844
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
12 changed files with 348 additions and 30 deletions

View file

@ -450,7 +450,7 @@ async fn main() -> IambResult<()> {
// Set up the tracing subscriber so we can log client messages.
let log_prefix = format!("iamb-log-{}", settings.profile_name);
let mut log_dir = settings.cache_dir.clone();
let mut log_dir = settings.dirs.cache.clone();
log_dir.push("logs");
create_dir_all(settings.matrix_dir.as_path())?;