This website requires JavaScript.
Explore
Help
Register
Sign In
graphite
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced
2024-11-25 04:43:08 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7a8d252f63
Sharkey
/
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 20:37:20 +03:00
export
default
(
id
:
string
,
object
:
any
)
=
>
(
{
Implement announce And bug fixes
2018-04-08 00:55:26 +03:00
type
:
'Announce'
,
Provide id in announce activity
2018-08-16 20:37:20 +03:00
id
,
Implement announce And bug fixes
2018-04-08 00:55:26 +03:00
object
}
)
;
Reference in a new issue
Copy permalink