Merge branch 'master' into live

This commit is contained in:
2025-01-02 08:32:15 -05:00

View File

@@ -6,7 +6,7 @@ class WebKeyDirectoryController < WellKnownController
@user = User.find_by(cn: params[:l].downcase)
if @user.nil? ||
@user.pgp_pubkey.empty? ||
@user.pgp_pubkey.blank? ||
!@user.pgp_pubkey_contains_user_address?
http_status :not_found and return
end