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

OF-2832: LDAP MUC avatar #2465

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Commits on Jun 18, 2024

  1. OF-2832: When merging data, handle null values

    When merging VCard data, if either the left-hand or right-hand side data is null, simply return the other bit. The code already did this in one direction, but now does it for the other direction too.
    
    This allows a VCard for a non-existing user to be set (which fixes setting avatars for MUC rooms).
    guusdk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ea3595e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c61ce View commit details
    Browse the repository at this point in the history