mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-09 05:12:28 -06:00
feat: new manager
This commit is contained in:
@@ -3423,6 +3423,7 @@ export class WAStartupService {
|
||||
} else {
|
||||
throw new BadRequestException('"profilePicture" must be a url or a base64');
|
||||
}
|
||||
|
||||
await this.client.updateProfilePicture(this.instance.wuid, pic);
|
||||
this.logger.verbose('Profile picture updated');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user