@@ -674,6 +674,13 @@ export default class Client4 {
|
||||
);
|
||||
};
|
||||
|
||||
resetFailedAttempts = (userId: string) => {
|
||||
return this.doFetch<StatusOK>(
|
||||
`${this.getUserRoute(userId)}/reset_failed_attempts`,
|
||||
{method: 'post'},
|
||||
);
|
||||
};
|
||||
|
||||
getKnownUsers = () => {
|
||||
return this.doFetch<Array<UserProfile['id']>>(
|
||||
`${this.getUsersRoute()}/known`,
|
||||
|
||||
Ссылка в новой задаче
Block a user