From a82903da2f95b133d1c7d499ddee5172fe0f427d Mon Sep 17 00:00:00 2001 From: Martin Dutra Date: Wed, 10 Apr 2024 16:10:20 -0300 Subject: [PATCH] PR fix --- Nos/Service/NamesAPI.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Nos/Service/NamesAPI.swift b/Nos/Service/NamesAPI.swift index c30e20e12..6819a7844 100644 --- a/Nos/Service/NamesAPI.swift +++ b/Nos/Service/NamesAPI.swift @@ -67,7 +67,8 @@ class NamesAPI { throw Error.unexpected } - /// Verifies that a given username is free to claim in nos.social + /// Verifies that a given username is free to claim in nos.social, or has + /// already been claimed by the given `publicKey`. func checkAvailability(username: String, publicKey: PublicKey) async throws -> Bool { let result = try await ping( username: username,