Remove validity check on profile key parameter #57
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-directory#57
Loading…
Reference in a new issue
No description provided.
Delete branch "bug/45-drop-key-validation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #45
Many valid profiles scrapes were missing the
key
parameter, which made them considered invalid. The legacy check on thekey
parameter has now been removed as we don't use this particular piece of data in the directory and valid profiles can miss this data.