Rename connection_lost
to answering_connection_lost
This commit is contained in:
parent
26b5653427
commit
456396ca6e
5 changed files with 10 additions and 9 deletions
|
@ -10,7 +10,7 @@ pub struct Model {
|
|||
pub user_id: UserId,
|
||||
pub answering_connection_id: Option<i32>,
|
||||
pub answering_connection_epoch: Option<Uuid>,
|
||||
pub connection_lost: bool,
|
||||
pub answering_connection_lost: bool,
|
||||
pub location_kind: Option<i32>,
|
||||
pub location_project_id: Option<ProjectId>,
|
||||
pub initial_project_id: Option<ProjectId>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue