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
});