MCPcopy
hub / github.com/miroslavpejic85/mirotalksfu / getNotificationsData

Method getNotificationsData

public/js/RoomClient.js:13447–13465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13445 }
13446
13447 getNotificationsData() {
13448 const notifyEmailInput = getId('notifyEmailInput');
13449 const switchNotifyUserJoin = getId('switchNotifyUserJoin');
13450
13451 return {
13452 peer_name: this.peer_name,
13453 peer_uuid: this.peer_uuid,
13454 notifications: {
13455 mode: {
13456 email: notifyEmailInput.value,
13457 //slack...
13458 },
13459 events: {
13460 join: switchNotifyUserJoin.checked,
13461 // leave...
13462 },
13463 },
13464 };
13465 }
13466
13467 // ####################################################
13468 // HELPERS

Callers 1

saveNotificationsMethod · 0.95

Calls 1

getIdFunction · 0.85

Tested by

no test coverage detected