update: send user for slug change event
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user