Page MenuHomePhabricator

[lib] Update existingThreadInfoFinder to handle thick threads
ClosedPublic

Authored by inka on Mon, Sep 9, 3:08 AM.
Tags
None
Referenced Files
F2754917: D13266.id44086.diff
Wed, Sep 18, 8:40 PM
F2747514: D13266.id44095.diff
Wed, Sep 18, 9:10 AM
F2746528: D13266.id43970.diff
Wed, Sep 18, 7:35 AM
F2746506: D13266.id44094.diff
Wed, Sep 18, 7:28 AM
F2743647: D13266.id43972.diff
Wed, Sep 18, 3:27 AM
Unknown Object (File)
Tue, Sep 17, 6:17 PM
Unknown Object (File)
Tue, Sep 17, 1:02 PM
Unknown Object (File)
Tue, Sep 17, 8:36 AM
Subscribers

Details

Summary

issue: ENG-8433
If a chat under GENESIS exists for the given list of users, we want to return it. Otherwise we want to check for DM chat for the given set of users.

Test Plan

Tested that is a chat under GENSIS exists, it is returned. Tested that otherwise, if a DM chat exists, it is returned. Tested that if neither exist, no chat is shown, and it is possible to create a chat (DM or under GENESIS, depening on usingOlmViaTunnelbrokerForDMs flag).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/selectors/thread-selectors.js
456–457 ↗(On Diff #43970)

We want to determine pending form for thick threads as well

lib/shared/thread-utils.js
1259 ↗(On Diff #43970)

If I understand the intention behind the original code correctly, we want to use the thread id of the input thread, unless a thread is being created.
If a thread is being created, we want to create a DM thread. Before that tough, we want to check if a thread with the same list of users doesn't already exist. Additionally, because we are not yet fully migrated from GENESIS threads ti DMs, we want to check if there is such chat under GENESIS.

inka requested review of this revision.Mon, Sep 9, 3:36 AM
This revision is now accepted and ready to land.Wed, Sep 11, 2:27 AM