Implement remote account unfollow
This commit is contained in:
parent
6b66ec1231
commit
4b507ed349
6 changed files with 81 additions and 47 deletions
4
src/remote/activitypub/renderer/undo.ts
Normal file
4
src/remote/activitypub/renderer/undo.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default object => ({
|
||||
type: 'Undo',
|
||||
object
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue