mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
Forgot to add the main change
This commit is contained in:
@@ -631,7 +631,7 @@ func (a *Api) GetQrCodeLink(c *gin.Context) {
|
|||||||
c.JSON(400, gin.H{"error": err.Error()})
|
c.JSON(400, gin.H{"error": err.Error()})
|
||||||
}
|
}
|
||||||
|
|
||||||
q.DisableBorder = true
|
q.DisableBorder = false
|
||||||
var png []byte
|
var png []byte
|
||||||
png, err = q.PNG(256)
|
png, err = q.PNG(256)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user