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: remove photo property from groups integration #10776

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Feb 28, 2025

I've run into some requests like:

Screenshot From 2025-02-28 16-40-56

Caused by the groups integration, returning null as photo.

Screenshot From 2025-02-28 16-41-24

That's forwarded as url to NcAvatar and used to fetch an image.
If there's no avatar url the component expects undefined instead of null.

@kesselb kesselb added this to the v4.3.0 milestone Feb 28, 2025
@kesselb kesselb requested review from st3iny and GretaD February 28, 2025 15:47
@kesselb kesselb self-assigned this Feb 28, 2025
@kesselb
Copy link
Contributor Author

kesselb commented Feb 28, 2025

/backport to stable4.2

@kesselb
Copy link
Contributor Author

kesselb commented Feb 28, 2025

/backport to stable3.7

@kesselb kesselb force-pushed the bug/noid/avoid-avatar-request-for-groups branch from 71323b7 to 66ddbd3 Compare February 28, 2025 15:50
@ChristophWurst ChristophWurst merged commit 39c611b into main Feb 28, 2025
35 checks passed
@ChristophWurst ChristophWurst deleted the bug/noid/avoid-avatar-request-for-groups branch February 28, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants