use separate column for device-msg-labels

This commit is contained in:
B. Petersen
2019-11-12 13:30:04 +01:00
committed by holger krekel
parent b42d8799b4
commit a9fe77b62e
3 changed files with 24 additions and 7 deletions

View File

@@ -160,6 +160,7 @@ fn do_initiate_key_transfer(context: &Context) -> Result<String> {
// it would be too much noise to have two things popping up at the same time.
// maybe_add_bcc_self_device_msg() is called on the other device
// once the transfer is completed.
maybe_add_bcc_self_device_msg(context)?;
Ok(setup_code)
}