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

fix to load chat for old server version #4223

Merged
merged 1 commit into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. fix to load chat for old server version

    With server version 23.0.12 it happened that the chat did not load because values were null. Now default values in json model are set (because that's easier than changing the entity).
    Additionally a check was added in CallActivity that a callStartTime of 0 would not be used (but it should not be used anyway if it would be 0 because then capability should also not be available).
    
    Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
    mahibi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3f06801 View commit details
    Browse the repository at this point in the history