From d5256f75c679fd5f565a053bb014e00f15f1dd84 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 18 Jul 2024 15:26:37 +0200 Subject: [PATCH] rephrase comment --- src/stores/widgets/ElementWidgetActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/widgets/ElementWidgetActions.ts b/src/stores/widgets/ElementWidgetActions.ts index 3c025d23458..e56a547aa70 100644 --- a/src/stores/widgets/ElementWidgetActions.ts +++ b/src/stores/widgets/ElementWidgetActions.ts @@ -35,7 +35,7 @@ export enum ElementWidgetActions { * @deprecated Use MSC2931 instead */ ViewRoom = "io.element.view_room", - // This can be sent as from or to widget + // This action type is used as a `fromWidget` and a `toWidget` action. // fromWidget: updates the client about the current device mute state // toWidget: the client requests a specific device mute configuration // The reply will always be the resulting configuration