fix: ensResourceURL

This commit is contained in:
Richard Ramos 2021-12-22 12:06:15 -04:00
parent f5d53f9112
commit 528210b50f
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ method ensResourceURL*(self: Service, username: string, url: string): (string, s
let (scheme, host, path) = self.ensService.resourceUrl(username)
if host == "":
return (url, url, HTTPS_SCHEME, "", false)
return (url, host, scheme, path, true)
method postMessage*(self: Service, requestType: string, message: string): string =

2
vendor/status-lib vendored

@ -1 +1 @@
Subproject commit e13f9041216553dfe2fdc2abff25619e6711d695
Subproject commit 1049b37c497aaafeca4d3050543adfe950623d76