From b5a4bcb247ec94ee99ca83c068d660574a36a0d7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 12 Dec 2017 16:39:55 +0100 Subject: show notification dot when balance changes (#5214) --- src/webex/wxApi.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/webex/wxApi.ts') diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts index 61a45c024..2575eec90 100644 --- a/src/webex/wxApi.ts +++ b/src/webex/wxApi.ts @@ -381,3 +381,7 @@ export function acceptTip(merchantDomain: string, tipId: string): Promise { return callBackend("process-tip-response", { merchantDomain, tipId, tipResponse }); } + +export function clearNotification(): Promise { + return callBackend("clear-notification", { }); +} -- cgit v1.2.3