From 3fa2b7d55c550805aa468bc212379bd55adef4f7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 4 Jan 2021 11:54:10 +0000 Subject: [PATCH] Document payload (or in this case, lack thereof) --- src/dispatcher/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispatcher/actions.ts b/src/dispatcher/actions.ts index be292774de..ce27f9b289 100644 --- a/src/dispatcher/actions.ts +++ b/src/dispatcher/actions.ts @@ -102,6 +102,7 @@ export enum Action { /** * Fired when CallHandler has checked for PSTN protocol support + * payload: none * XXX: Is an action the right thing for this? */ PstnSupportUpdated = "pstn_support_updated",