Add better handling for first/last name, profile photo, tagline to activitypub implementation
This commit is contained in:
@@ -19,6 +19,7 @@ export namespace Pub {
|
||||
type: 'Person',
|
||||
name: string,
|
||||
url: string,
|
||||
summary?: string,
|
||||
icon?: string,
|
||||
image?: string,
|
||||
discoverable: boolean,
|
||||
|
||||
Reference in New Issue
Block a user