Regression: IE11 Support (#17125)

pull/17132/head
gabriellsh 6 years ago committed by GitHub
parent 5eb8066b5c
commit e7c69ad73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/apps/client/RealAppsEngineUIHost.js

@ -4,13 +4,14 @@ import { AppsEngineUIHost } from '@rocket.chat/apps-engine/client/AppsEngineUIHo
import { Rooms } from '../../models/client';
import { APIClient } from '../../utils/client';
import { baseURI } from '../../utils/client/lib/baseuri';
import { getUserAvatarURL } from '../../utils/lib/getUserAvatarURL';
export class RealAppsEngineUIHost extends AppsEngineUIHost {
constructor() {
super();
this._baseURL = document.baseURI.slice(0, -1);
this._baseURL = baseURI;
}
getUserAvatarUrl(username) {

Loading…
Cancel
Save