Send actor in Undo Follow
This commit is contained in:
parent
68a7661f08
commit
a39aaf6eb1
3 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,8 @@
|
|||
export default (object: any) => ({
|
||||
import config from '../../../config';
|
||||
import { ILocalUser, IUser } from "../../../models/user";
|
||||
|
||||
export default (object: any, user: ILocalUser | IUser) => ({
|
||||
type: 'Undo',
|
||||
actor: `${config.url}/users/${user._id}`,
|
||||
object
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue