You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently two methods which do almost the same thing: StreamDialogEntry.fetchItemInfoIfSparse() and SaveUploaderUrlHelper.saveUploaderUrlIfNeeded(). They both return some information from the info item if it is available right away (though using different checks, which is inconsistent), or fetch the full stream info if the info item was sparse. They should be deduplicated. See #7570 (comment)
The text was updated successfully, but these errors were encountered:
Stypox
added
bug
Issue is related to a bug
codequality
Improvements to the codebase to improve the code quality
and removed
bug
Issue is related to a bug
labels
Feb 24, 2022
Checklist
Affected version
After (but also before) #7570
The problem
There are currently two methods which do almost the same thing:
StreamDialogEntry.fetchItemInfoIfSparse()
andSaveUploaderUrlHelper.saveUploaderUrlIfNeeded()
. They both return some information from the info item if it is available right away (though using different checks, which is inconsistent), or fetch the full stream info if the info item was sparse. They should be deduplicated. See #7570 (comment)The text was updated successfully, but these errors were encountered: