From e5935d7febcd7c00bf17f03cdaf42d01c3183272 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 23 Mar 2021 13:34:44 +0100 Subject: [PATCH] Clear channel cache when destroying a pad owned by a team --- www/common/outer/team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/team.js b/www/common/outer/team.js index 742836fb9..7eb618d63 100644 --- a/www/common/outer/team.js +++ b/www/common/outer/team.js @@ -187,7 +187,7 @@ define([ team.rpc = call; team.onRpcReadyEvt.fire(); cb(); - }); + }, Cache); }); };