mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Support sending and displaying typing notifications (#9)
This commit is contained in:
parent
c744d74e42
commit
d038da6844
12 changed files with 348 additions and 30 deletions
|
@ -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())?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue