friendica / friendica-directory

Global directory for the Friendica project. The repository has moved to git.friendi.ca/friendica/friendica-directory
GNU Affero General Public License v3.0
20 stars 11 forks source link

Remove validity check on profile key parameter #57

Closed MrPetovan closed 3 years ago

MrPetovan commented 3 years ago

Fixes #45

Many valid profiles scrapes were missing the key parameter, which made them considered invalid. The legacy check on the key 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.