-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
dav: Converter & SyncService shall not use private AccountManager #26922
Conversation
d1d1bc6
to
04edd06
Compare
- also updates data structure in test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
CI is yet unhappy
Checking this next week |
Uargh, that's not a unit test. Unmocked Converter. 😢 |
@@ -65,43 +56,39 @@ public function createCardFromUser(IUser $user) { | |||
|
|||
$publish = false; | |||
|
|||
if ($image !== null && isset($userData[IAccountManager::PROPERTY_AVATAR])) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did this one go ? obsolete ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is obsolete, because we run over the set attributes, so no need to check for the presence anymore. Looked strange anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
and fix test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Done minimally in second attempt. Was too ambitious at first. Too big a yak. |
helps with #26866