update: send user for slug change event
Some checks failed
Docker Build and Push / build-and-push-tags (push) Has been skipped
Docker Build and Push / build-and-push-branches (push) Successful in 4m20s
renovate / renovate (push) Failing after 53s

This commit is contained in:
2026-01-05 16:49:50 +07:00
parent 63cc475a47
commit ff9bdcdf0b
3 changed files with 7 additions and 4 deletions

View File

@@ -389,8 +389,9 @@ func (s *Server) StartAPI(ctx context.Context, Addr string) error {
Type: proto.EventType_SLUG_CHANGE,
Payload: &proto.Events_SlugEvent{
SlugEvent: &proto.SlugChangeEvent{
Old: slug.Old,
New: slug.New,
User: email,
Old: slug.Old,
New: slug.New,
},
},
}