[#278] Resolve "Bug: channel name missing from some admin welcome messages"
Closes #278 (closed)
- SYMPTOM: channel name is undefined in welcome message received when channel first created
- CAUSE:
registrar.channel.welcomeNotificationOf
only took a channel phone number, butmessages.[LANG].notifications.welcome
expects a channel phone number and name - FIX: add a third arugment to
registrar.channel.welcomeNotificationOf
side-effect: make make test.all
run integration tests