Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import config from "../../../config/index.js";
|
||||
import renderFollow from "./follow.js";
|
||||
export default ((follower, followee, requestId)=>{
|
||||
return {
|
||||
type: "Accept",
|
||||
actor: `${config.url}/users/${followee.id}`,
|
||||
object: renderFollow(follower, followee, requestId)
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user