This website requires JavaScript.
Explore
Help
Sign In
usbharu
/
misskey
mirror of
https://github.com/misskey-dev/misskey.git
Watch
1
Star
0
Fork
You've already forked misskey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
68a7661f08
misskey
/
src
/
remote
/
activitypub
/
renderer
/
undo.ts
5 lines
62 B
TypeScript
Raw
Normal View
History
Unescape
Escape
yatta
2018-06-18 05:28:43 +00:00
export
default
(
object
:
any
)
=
>
(
{
Implement remote account unfollow
2018-04-03 08:18:06 +00:00
type
:
'Undo'
,
object
}
)
;