Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Open links in new tab setting #3318

Merged

Conversation

sbordeyne
Copy link
Contributor

No description provided.

@Nutomic Nutomic force-pushed the lemmy-282/add-open-in-new-tab-setting branch from 4d5292b to b41b814 Compare June 26, 2023 09:57
@Nutomic Nutomic enabled auto-merge (squash) June 26, 2023 09:57
Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are likely failing because of above issue. You can run the scripts/test.sh to make sure everything passes.

@@ -393,6 +393,7 @@ diesel::table! {
show_bot_accounts -> Bool,
show_read_posts -> Bool,
show_new_post_notifs -> Bool,
open_links_in_new_tab -> Bool,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be added at the end, the columns need to be in the correct order in this file (I think.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've reordered the attribute

auto-merge was automatically disabled June 27, 2023 18:32

Head branch was pushed to by a user without write access

pub email_verified: Option<bool>,
pub accepted_application: Option<bool>,
pub totp_2fa_secret: Option<Option<String>>,
pub totp_2fa_url: Option<Option<String>>,
pub open_links_in_new_tab: Option<bool>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You declared the same field twice in a couple of places, so build is failing.

@Nutomic Nutomic force-pushed the lemmy-282/add-open-in-new-tab-setting branch from f50e709 to fa193c8 Compare July 3, 2023 14:41
@Nutomic Nutomic enabled auto-merge (squash) July 3, 2023 14:42
@Nutomic Nutomic merged commit b8ee931 into LemmyNet:main Jul 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants