Commit 8f5c8717 authored by Romain Maneschi's avatar Romain Maneschi

add missing field message in tagevent

parent 43d5ab2e
......@@ -82,6 +82,7 @@ type TagEvent struct {
UserName string `json:"user_name"`
UserAvatar string `json:"user_avatar"`
ProjectID int `json:"project_id"`
Message string `json:"message"`
Project struct {
Name string `json:"name"`
Description string `json:"description"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment