From 4dd866c6ccc30ed2672e4bf002729009ae6333ed Mon Sep 17 00:00:00 2001 From: JW Date: Mon, 11 Dec 2023 23:22:38 +0100 Subject: [PATCH] Changes: onCustomEvent() <- registering custom events onMapping() <- custom mappings check out 'CustomMappingExample' more gifs has been added exceptions are more explicit --- API/src/main/proto/webcast.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/src/main/proto/webcast.proto b/API/src/main/proto/webcast.proto index 23ae1f3..90a9139 100644 --- a/API/src/main/proto/webcast.proto +++ b/API/src/main/proto/webcast.proto @@ -610,7 +610,7 @@ message WebcastUnauthorizedMemberMessage { string nickName = 4; Text enterText = 5; } -S + //@WebcastMsgDetectMessage message WebcastMsgDetectMessage { Common common = 1;