Display Mastodon version in footer of web UI (#8013)

Fix #7846
This commit is contained in:
Eugen Rochko
2018-07-14 03:56:34 +02:00
committed by GitHub
parent 9b75dee316
commit e709107463
3 changed files with 4 additions and 2 deletions

View File

@ -12,5 +12,6 @@ export const deleteModal = getMeta('delete_modal');
export const me = getMeta('me');
export const searchEnabled = getMeta('search_enabled');
export const invitesEnabled = getMeta('invites_enabled');
export const version = getMeta('version');
export default initialState;