Send a notification to the user when they are added to the list
This commit is contained in:
@ -216,7 +216,7 @@ func (n *NamespaceSharedWithTeamEvent) Name() string {
|
||||
type TeamMemberAddedEvent struct {
|
||||
Team *Team
|
||||
Member *user.User
|
||||
Doer web.Auth
|
||||
Doer *user.User
|
||||
}
|
||||
|
||||
// Name defines the name for TeamMemberAddedEvent
|
||||
|
Reference in New Issue
Block a user