mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-22 14:04:28 +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()})
|
||||
}
|
||||
|
||||
q.DisableBorder = true
|
||||
q.DisableBorder = false
|
||||
var png []byte
|
||||
png, err = q.PNG(256)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user