parent
fa0814f939
commit
f47a564819
4 changed files with 13 additions and 3 deletions
|
|
@ -4,5 +4,6 @@ import { User } from '@/models/entities/user';
|
|||
export default (object: any, user: { id: User['id']; host: null }) => ({
|
||||
type: 'Delete',
|
||||
actor: `${config.url}/users/${user.id}`,
|
||||
object
|
||||
object,
|
||||
published: new Date().toISOString(),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue