Add to group by username

This commit is contained in:
Fedor Indutny
2022-06-16 17:38:28 -07:00
committed by GitHub
parent 8dd321d0b6
commit 973b2264fe
13 changed files with 332 additions and 45 deletions

View File

@@ -1626,7 +1626,7 @@ export function initialize({
return (await _ajax({
call: 'profile',
httpType: 'GET',
urlParameters: `username/${usernameToFetch}`,
urlParameters: `/username/${usernameToFetch}`,
responseType: 'json',
redactUrl: _createRedactor(usernameToFetch),
})) as ProfileType;