-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add is_remote flag to HistoryVisitInfo #4810
Conversation
Oops - meant to say I used |
Codecov Report
@@ Coverage Diff @@
## main #4810 +/- ##
=======================================
Coverage 81.49% 81.49%
=======================================
Files 49 49
Lines 5653 5653
=======================================
Hits 4607 4607
Misses 1046 1046 Continue to review full report at Codecov.
|
Thanks, @mhammond ! |
@@ -278,6 +278,7 @@ dictionary HistoryVisitInfo { | |||
VisitTransition visit_type; | |||
boolean is_hidden; | |||
Url? preview_image_url; | |||
boolean is_remote; |
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.
<3 uniffi!
Is this all we need? CC @mavduevskiy
Fixes #4779.