wireapp / wire-server

🇪🇺 Wire back-end services
https://wire.com
GNU Affero General Public License v3.0
2.62k stars 324 forks source link

WPB-11183 Remove wrong templates and make email sending no op #4315

Closed battermann closed 3 weeks ago

battermann commented 3 weeks ago

The welcome email for a personal user who created a team and became the owner, was using the wrong template. In this PR the wrong templates are deleted and the function for sending the welcome email is now doing nothing. Also, I added some new types for the templates that we expect to use once they are ready.

Checklist