mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-26 14:44:15 +00:00
Forgot to add the main change
This commit is contained in:
parent
0dc5c0f4d7
commit
dff503e31d
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user