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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to fill magnet link title on post creation. #2654

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

dessalines
Copy link
Member

Description

This adds the ability to copy the download name from a torrent magnet link on post creation.

Screenshots

Screenshot_20240807_131550_Via

@@ -336,7 +336,8 @@ export function getEmojiMart(
}

export async function setupTribute() {
if (Tribute === null) {
// eslint-disable-next-line eqeqeq
if (Tribute == null) {
Copy link
Member

Choose a reason for hiding this comment

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

Was strict equals causing a bug?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, weirdly enough. It couldn't handle it as an import type, and I got a console error.

@dessalines
Copy link
Member Author

Gonna merge this as I'm getting another beta out.

@dessalines dessalines merged commit 9c4424f into main Aug 9, 2024
2 checks 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.

2 participants