HaikuDepot: User Rating Model & Calc - Re-enable

Change-Id: I1ddefc2693f17a4d39eb68c210a518c8141080ae
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8475
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
Reviewed-by: Andrew Lindesay <apl@lindesay.co.nz>
This commit is contained in:
Andrew Lindesay 2024-10-20 21:02:09 +13:00
parent b230e1d06b
commit aa68f6603f

View File

@ -191,8 +191,6 @@ PopulatePkgUserRatingsFromServerProcess::RunInternal()
// not just based on the user-ratings downloaded; it is calculated according
// to an algorithm. This is best executed server-side to avoid discrepancy.
// TODO; re-enable this logic when HDS version 1.0.166 is released.
/*
BMessage summaryResponse;
if (status == B_OK) {
@ -274,7 +272,6 @@ PopulatePkgUserRatingsFromServerProcess::RunInternal()
} else {
ServerHelper::NotifyTransportError(status);
}
*/
if (status == B_OK) {
// TODO; later make the PackageInfo immutable to avoid the need for locking here.