Page MenuHomePhabricator

[keyserver] fetchThreadInfos -> fetchAccessibleThreadInfos
AbandonedPublic

Authored by varun on Oct 31 2024, 10:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 1:50 AM
Unknown Object (File)
Thu, Dec 19, 1:50 AM
Unknown Object (File)
Mon, Dec 16, 6:09 PM
Unknown Object (File)
Mon, Dec 16, 2:54 AM
Unknown Object (File)
Mon, Dec 16, 2:54 AM
Unknown Object (File)
Mon, Dec 16, 2:54 AM
Unknown Object (File)
Tue, Dec 3, 3:16 PM
Unknown Object (File)
Thu, Nov 28, 9:11 PM
Subscribers

Details

Reviewers
ashoat
Summary

simple rename so that I can introduce a new function called fetchThreadInfos that doesn't filter out threads that aren't accessible

Test Plan

flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat requested changes to this revision.Nov 1 2024, 8:34 AM

I think it might be confusing to people on the team that fetchThreadInfos used to mean something, but now it means something else

Can you explain your thinking around renaming the existing method instead of using a separate name for your new method?

Passing back with question

This revision now requires changes to proceed.Nov 1 2024, 8:34 AM

decided not to rename. will instead call my new function fetchPrivilegedThreadInfos