Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugin backend hook: on follow and likes #5918

Open
JohnXLivingston opened this issue Aug 3, 2023 · 0 comments
Open

New plugin backend hook: on follow and likes #5918

JohnXLivingston opened this issue Aug 3, 2023 · 0 comments
Labels
Component: PeerTube Plugin 📦 Features that can be developed in a plugin, but require PeerTube plugin API development Type: Feature Request ✨

Comments

@JohnXLivingston
Copy link
Contributor

Describe the problem to be solved

I want to implement a new feature in the livechat plugin: send message on new channel follow, or likes.

This feature would be optional (the streamer can choose which event to show in the chat).

Describe the solution you would like

To implement this, i need new backend hooks:

  • on channel follow
  • on like and dislike

These hook should have some information about the account that made the action, so I can display its nickname (and avatar?) in the chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: PeerTube Plugin 📦 Features that can be developed in a plugin, but require PeerTube plugin API development Type: Feature Request ✨
2 participants