Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import config from "../../../config/index.js";
|
||||
export default function renderQuoteRequest(note, targetNote) {
|
||||
return {
|
||||
type: "QuoteRequest",
|
||||
actor: `${config.url}/users/${note.userId}`,
|
||||
object: targetNote.uri,
|
||||
instrument: `${config.url}/notes/${note.id}`
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user