Skip to content

implement the notifications #1

@todo

Description

@todo

// TODO: implement the notifications
if (notificationChannel === 'mail' || notificationChannel === 'broadcast') mailController.sendMessage();
if (notificationChannel === 'telegram' || notificationChannel === 'broadcast') telegramController.sendMessage();
if (notificationChannel === 'push' || notificationChannel === 'broadcast') pushController.sendMessage();
if (notificationChannel === 'sms' || notificationChannel === 'broadcast') smsController.sendMessage();


This issue was generated by todo based on a TODO comment in 9509f3d. It's been assigned to @GPlay97 because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions