parent
037837b551
commit
0e4a111f81
1714 changed files with 20803 additions and 11751 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import config from '@/config/index';
|
||||
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,
|
||||
published: new Date().toISOString(),
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue