Make VectorBasePlatform
For template methods that are only used from within vector (ie. new version support)
This commit is contained in:
parent
c75118caa2
commit
17bb47676e
2 changed files with 43 additions and 2 deletions
|
@ -16,13 +16,13 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import BasePlatform from 'matrix-react-sdk/lib/BasePlatform';
|
||||
import VectorBasePlatform from './VectorBasePlatform';
|
||||
import Favico from 'favico.js';
|
||||
import request from 'browser-request';
|
||||
import dis from 'matrix-react-sdk/lib/dispatcher.js';
|
||||
import q from 'q';
|
||||
|
||||
export default class WebPlatform extends BasePlatform {
|
||||
export default class WebPlatform extends VectorBasePlatform {
|
||||
constructor() {
|
||||
super();
|
||||
this.runningVersion = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue