Add better handling for first/last name, profile photo, tagline to activitypub implementation
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
||||
} from '@extollo/lib'
|
||||
import {AppUnit} from './app/AppUnit'
|
||||
import {CobaltUnit} from './app/services/CobaltUnit'
|
||||
import {MigrateUnit} from './app/MigrateUnit'
|
||||
|
||||
Error.stackTraceLimit = 500
|
||||
|
||||
@@ -39,6 +40,7 @@ export const Units = [
|
||||
Internationalization,
|
||||
Authentication,
|
||||
|
||||
MigrateUnit,
|
||||
AppUnit,
|
||||
|
||||
Routing,
|
||||
|
||||
Reference in New Issue
Block a user