mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Move version specific stuff to vector
This commit is contained in:
parent
b057577b15
commit
bd3fa6a7c5
1 changed files with 0 additions and 17 deletions
|
@ -38,21 +38,4 @@ export default class BasePlatform {
|
|||
|
||||
displayNotification(title: string, msg: string, avatarUrl: string) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check for the availability of an update to the version of the
|
||||
* app that's currently running.
|
||||
* If an update is available, this function should dispatch the
|
||||
* 'new_version' action.
|
||||
*/
|
||||
pollForUpdate() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the currently running app to the latest available
|
||||
* version and replace this instance of the app with the
|
||||
* new version.
|
||||
*/
|
||||
installUpdate() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue