1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 19:26:02 +02:00

Implement remote account unfollow

This commit is contained in:
Akihiko Odaki
2018-04-03 17:18:06 +09:00
parent 6b66ec1231
commit 4b507ed349
6 changed files with 81 additions and 47 deletions

View File

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