This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
a15871560f
peertube
/
shared
/
models
/
activitypub
/
objects
/
object.model.ts
2 lines
47 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Prepare Dislike/Flag/View fixes For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
2019-01-15 05:14:12 -05:00
export
type
APObject
=
string
|
{
id
:
string
}
Copy permalink