-
Notifications
You must be signed in to change notification settings - Fork 166
LG-9429: Avoid sending new device notification before fully registered #8270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8b7db04
4d533db
3faee17
a28c77c
d496a1e
42db4d7
0ac6789
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -177,6 +177,10 @@ | |||||
|
|
||||||
| trait :signed_up do | ||||||
|
||||||
| trait :signed_up do | |
| trait :fully_registered do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what if we renamed this for clarity/consistency?
Yeah, that seems like a good idea, though I suspect it might touch a ton of files. I'd probably create a quick follow-on pull request for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow-up at #8302
Uh oh!
There was an error while loading. Please reload this page.