1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 06:15:54 +02:00
Files
misskey/src/remote/activitypub/renderer/announce.ts
syuilo 6e34e77372 Implement announce
And bug fixes
2018-04-08 06:55:26 +09:00

5 lines
59 B
TypeScript

export default object => ({
type: 'Announce',
object
});