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

Remove duplicates #255

Open
dorsiflexion opened this issue Jan 12, 2024 · 1 comment
Open

Remove duplicates #255

dorsiflexion opened this issue Jan 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dorsiflexion
Copy link

The resulting list should be deduplicated.

Example:

"mstdn.lalafell.org"
"mstdn.lalafell.org."

To do this, dots should be stripped first – trailing ones definitely, leading ones wouldn't hurt either. Second, it should actually be deduplicated because above domains would be identical.

@Minoru
Copy link
Owner

Minoru commented Jan 15, 2024

Normalizing domain names (#159) should resolve this, but I'd need to double-check. Thanks for opening the issue!

@Minoru Minoru added the bug Something isn't working label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants