Skip to content

Commit 324d461

Browse files
committed
feat: new manager
1 parent 87baec5 commit 324d461

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Added AWS SQS Integration
55
* Added compatibility with typebot v2
66
* Added endpoint sendPresence
7+
* New Instance Manager
78

89
### Fixed
910

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ This code was produced based on the baileys library and it is still under develo
3939
</a>
4040
</div>
4141

42-
#### Buy me coffe
42+
#### Buy me coffe - PIX
4343

4444
<div align="center">
4545
<a href="https://bmc.link/evolutionapi" target="_blank" rel="noopener noreferrer">
46-
<img src="./public/images/bmc_qr.png" style="width: 50% !important;">
46+
<img src="./public/images/qrcode-pix.png" style="width: 50% !important;">
4747
</a>
48+
<p><b>CHAVE PIX (Telefone):</b> (74)99987-9409</p>
4849
</div>
4950

5051
</br>

public/images/qrcode-pix.png

3.57 KB
Loading

src/whatsapp/routers/index.router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ router
4242
message: 'Welcome to the Evolution API, it is working!',
4343
version: packageJson.version,
4444
documentation: `${req.protocol}://${req.get('host')}/docs`,
45+
manager: `${req.protocol}://${req.get('host')}/manager`,
4546
});
4647
})
4748
.use('/instance', new InstanceRouter(configService, ...guards).router)

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,6 +3423,7 @@ export class WAStartupService {
34233423
} else {
34243424
throw new BadRequestException('"profilePicture" must be a url or a base64');
34253425
}
3426+
34263427
await this.client.updateProfilePicture(this.instance.wuid, pic);
34273428
this.logger.verbose('Profile picture updated');
34283429

0 commit comments

Comments
 (0)