Separate User and PhotoProfile classes into their own files

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-06-12 22:10:57 +02:00
parent 5852b45bdd
commit 20fbb39b3e
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
5 changed files with 105 additions and 104 deletions

View file

@ -11,7 +11,7 @@ import { History } from './history'
import { logger } from './logger'
import { Author, Note, Revision, User } from './models'
import { NoteAuthorship } from './models/note'
import { PhotoProfile } from './models/user'
import { PhotoProfile } from './utils/PhotoProfile'
import { EditorSocketIOServer } from './ot/editor-socketio-server'
import { mapToObject } from './utils'