-
Notifications
You must be signed in to change notification settings - Fork 241
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(scheduling): Use attendee placeholder avatars #5454
Conversation
Instead of broken user avatars. This is not a comprehensive fix but a workaround for #3099, which is not trivial to fix. Signed-off-by: Christoph Wurst <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #5454 +/- ##
============================================
- Coverage 22.68% 22.64% -0.04%
- Complexity 387 395 +8
============================================
Files 240 241 +1
Lines 11811 11831 +20
Branches 2297 2297
============================================
Hits 2679 2679
- Misses 9132 9152 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
/backport to stable4.5 |
/backport to stable4.4 |
/backport to stable3.5 |
The backport to stable3.5 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable3.5
git pull origin stable3.5
# Create the new backport branch
git checkout -b fix/foo-stable3.5
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable3.5 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
/backport to stable3.5 |
Instead of broken user avatars. This is not a comprehensive fix but a workaround for #3099, which is not trivial to fix.