From be28f4e1791d6096434916019dce457d66db178a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 25 Jul 2021 11:05:26 +0200 Subject: [PATCH] Add comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/CallHandler.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index cfc4de2721e6..36db304f5052 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -498,6 +498,7 @@ export default class CallHandler extends EventEmitter { this.play(AudioID.Busy); let title; let description; + // We should either do away with these or figure out a copy for each code (expect user_hangup...) if (call.hangupReason === CallErrorCode.UserBusy) { title = _t("User Busy"); description = _t("The user you called is busy.");