fix travis
Cette révision appartient à :
Parent
1318b855ba
révision
7a50f9f145
1 fichiers modifiés avec 0 ajouts et 1 suppressions
|
@ -219,7 +219,6 @@ func UserProfileFormHandler(c *gin.Context) {
|
||||||
func UserNotificationsHandler(c *gin.Context) {
|
func UserNotificationsHandler(c *gin.Context) {
|
||||||
currentUser := router.GetUser(c)
|
currentUser := router.GetUser(c)
|
||||||
if currentUser.ID > 0 {
|
if currentUser.ID > 0 {
|
||||||
messages := msg.GetMessages(c)
|
|
||||||
if c.Request.URL.Query()["clear"] != nil {
|
if c.Request.URL.Query()["clear"] != nil {
|
||||||
notifications.DeleteNotifications(currentUser, false)
|
notifications.DeleteNotifications(currentUser, false)
|
||||||
|
|
||||||
|
|
Référencer dans un nouveau ticket