Remove get-config API

which is no longer necessary now the jitsi wrapper has its own
external-api script
This commit is contained in:
David Baker 2020-04-01 10:40:03 +01:00
parent 538147f7fa
commit 274eb75c38
4 changed files with 0 additions and 20 deletions

View file

@ -404,7 +404,6 @@ export default class WidgetUtils {
// widgets from at all, but it probably makes sense for sanity.
if (appType === 'jitsi') {
capWhitelist.push(Capability.AlwaysOnScreen);
capWhitelist.push(Capability.GetRiotWebConfig);
}
return capWhitelist;