Page MenuHomePhabricator

[lib] rename `userSupportsThickThreads` -> `userHasDeviceList`
ClosedPublic

Authored by kamil on Sep 26 2024, 3:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 4:18 PM
Unknown Object (File)
Fri, Nov 8, 3:02 AM
Unknown Object (File)
Fri, Nov 8, 3:02 AM
Unknown Object (File)
Fri, Nov 1, 4:22 PM
Unknown Object (File)
Mon, Oct 21, 8:43 AM
Unknown Object (File)
Sun, Oct 20, 9:32 PM
Unknown Object (File)
Sun, Oct 20, 12:05 AM
Unknown Object (File)
Sat, Oct 19, 3:42 PM
Subscribers
None

Details

Summary

ENG-9394

Previous name was incorrect, user supports thick thread when is registered to Identity.

Depends on D13487

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Sep 26 2024, 4:22 AM
ashoat added inline comments.
lib/shared/thread-utils.js
1804–1805

We do a similar check in several places which is just deviceList && devices.length > 0. We could consider factoring it out as well, but I'm not sure

This revision is now accepted and ready to land.Sep 26 2024, 7:55 AM
lib/shared/thread-utils.js
1804–1805

The only places I found that are not part of this diff are:

  • here but this is removed in D13496
  • check introduced here D13486 but it is using a different type - UsersRawDeviceLists