mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 20:45:57 +03:00
emit push after flush
This commit is contained in:
parent
4260d186d3
commit
0b5bbcbd14
@ -54,9 +54,9 @@ impl Handler {
|
||||
.flush_session(&project_repository::Repository::open(&project)?, session)
|
||||
.context("failed to flush session")?;
|
||||
|
||||
Ok(vec![events::Event::Session(
|
||||
project_id.to_string(),
|
||||
session,
|
||||
)])
|
||||
Ok(vec![
|
||||
events::Event::Session(project_id.to_string(), session),
|
||||
events::Event::PushGitbutlerData(project_id.to_string()),
|
||||
])
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user