Send a notification to the user when they are added to the list
This commit is contained in:
parent
0bd27ddeb7
commit
c873c1ec32
5 changed files with 61 additions and 6 deletions
|
|
@ -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 a new issue