mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 01:49:14 +00:00
name setting should be with apiConfig section
This commit is contained in:
parent
79c53b849e
commit
229bf79d90
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue