mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 20:43:38 +00:00
nanka iroiro
This commit is contained in:
@@ -19,12 +19,12 @@ export function createHttp(data) {
|
||||
}
|
||||
|
||||
export function deliver(user, content, to) {
|
||||
return createHttp({
|
||||
createHttp({
|
||||
type: 'deliver',
|
||||
user,
|
||||
content,
|
||||
to
|
||||
});
|
||||
}).save();
|
||||
}
|
||||
|
||||
export default function() {
|
||||
|
||||
Reference in New Issue
Block a user