1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 22:25:50 +02:00

Accept remote follow

This commit is contained in:
Akihiko Odaki
2018-04-03 12:07:29 +09:00
parent 32c008d008
commit cc3704c3e9
2 changed files with 32 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
export default object => ({
type: 'Accept',
object
});