mirror of https://github.com/vector-im/riot-web
remove unused stuff
parent
a93afe8c69
commit
2af803c1bb
|
@ -476,9 +476,6 @@ function textForWidgetEvent(event) {
|
||||||
const {name: prevName, type: prevType, url: prevUrl} = event.getPrevContent();
|
const {name: prevName, type: prevType, url: prevUrl} = event.getPrevContent();
|
||||||
const {name, type, url} = event.getContent() || {};
|
const {name, type, url} = event.getContent() || {};
|
||||||
|
|
||||||
const prevWidgetType = WidgetType.fromString(prevType);
|
|
||||||
const widgetType = WidgetType.fromString(type);
|
|
||||||
|
|
||||||
if (WidgetType.JITSI.matches(type) || WidgetType.JITSI.matches(prevType)) {
|
if (WidgetType.JITSI.matches(type) || WidgetType.JITSI.matches(prevType)) {
|
||||||
return textForJitsiWidgetEvent(event, senderName, url, prevUrl);
|
return textForJitsiWidgetEvent(event, senderName, url, prevUrl);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue