name setting should be with apiConfig section

This commit is contained in:
Mark Felder 2020-05-13 17:20:35 -05:00
parent 79c53b849e
commit 229bf79d90

View file

@ -4,10 +4,8 @@ import { CURRENT_VERSION } from '../services/theme_data/theme_data.service.js'
import { instanceDefaultProperties } from './config.js'
const defaultState = {
// not configurable
name: 'Pleroma FE',
// Stuff from apiConfig
name: 'Pleroma FE',
registrationOpen: true,
server: 'http://localhost:4040/',
textlimit: 5000,