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

Send an "edited" event to all viewers when an "edit" event occurred in the streaming plugin #3000

Merged
merged 3 commits into from
Jun 17, 2022

Commits on Jun 10, 2022

  1. Send an "edited" event to all viewers when an "edit" event occurred s…

    …o all viewers receive the new metadata
    
    Signed-off-by: Aymeric Moizard <[email protected]>
    Aymeric Moizard committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9831398 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Send an "edited" event to all viewers when an "edit" event occurred s…

    …o all viewers receive the new metadata
    
    * The edit request have an option to enable the event "edited_event"
    * The edited event is only sent if the edit contains "edited_event=true" AND if the metadata has been updated
    * Documentation updated
    
    Signed-off-by: Aymeric Moizard <[email protected]>
    Aymeric Moizard committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    52865c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Send an "edited" event to all viewers when an "edit" event occurred s…

    …o all viewers receive the new metadata
    
    * fix typo and documentation text
    * add edited_event to the object that performs the automated valitation checks on incoming JSON payloads
    * fix coding style
    * rename a variable to avoid shadowing
    
    NOTE: add missing new_metadata to the object that performs the automated valitation checks on incoming JSON payloads
    
    Signed-off-by: Aymeric Moizard <[email protected]>
    Aymeric Moizard committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d6b8f7e View commit details
    Browse the repository at this point in the history