mirror of
https://github.com/pushbits/server.git
synced 2025-08-06 10:08:55 +02:00
Update application after setting MatrixID
This commit is contained in:
parent
47fd9441cd
commit
eb4af43041
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ func (h *ApplicationHandler) registerApplication(ctx *gin.Context, a *model.Appl
|
||||||
}
|
}
|
||||||
|
|
||||||
a.MatrixID = channelID
|
a.MatrixID = channelID
|
||||||
|
h.DB.UpdateApplication(a)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue