Update application after setting MatrixID

This commit is contained in:
eikendev 2021-01-05 00:31:42 +01:00
parent 47fd9441cd
commit eb4af43041
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

View file

@ -31,6 +31,7 @@ func (h *ApplicationHandler) registerApplication(ctx *gin.Context, a *model.Appl
}
a.MatrixID = channelID
h.DB.UpdateApplication(a)
return nil
}