parent
5387a6f7f9
commit
a15b10986a
4 changed files with 27 additions and 4 deletions
|
@ -528,6 +528,8 @@ fn main() {
|
|||
session_id,
|
||||
cx,
|
||||
);
|
||||
|
||||
// We should rename these in the future to `first app open`, `first app open for release channel`, and `app open`
|
||||
if let (Some(system_id), Some(installation_id)) = (&system_id, &installation_id) {
|
||||
match (&system_id, &installation_id) {
|
||||
(IdType::New(_), IdType::New(_)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue