0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;