This website requires JavaScript.
Explore
Help
Register
Sign In
HoovesSocial
/
hippofish
Watch
2
Star
0
Fork
You've already forked hippofish
0
Code
Issues
3
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
d70e27a865
hippofish
/
src
/
remote
/
activitypub
/
renderer
/
announce.ts
6 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Provide id in announce activity
2018-08-16 19:37:20 +02:00
export
default
(
id
:
string
,
object
:
any
)
=
>
(
{
Implement announce And bug fixes
2018-04-07 23:55:26 +02:00
type
:
'Announce'
,
Provide id in announce activity
2018-08-16 19:37:20 +02:00
id
,
Implement announce And bug fixes
2018-04-07 23:55:26 +02:00
object
}
)
;
Reference in a new issue
Copy permalink