Open lakhoune opened 3 years ago
When a user writes a message to a bot using telegram which triggers a service call, then the email field in the body is null in the service. This only concerns the Telegram bot, I did not observe it with the Slack bot.
https://github.com/rwth-acis/las2peer-Mensa-Service/issues/13
Actually looking at the api docs it seems that it is not even possible to get the email of the user. Instead, we could maybe use the users' id
When a user writes a message to a bot using telegram which triggers a service call, then the email field in the body is null in the service. This only concerns the Telegram bot, I did not observe it with the Slack bot.