Page MenuHomePhabricator

[lib] Update existingThreadInfoFinder to handle thick threads
ClosedPublic

Authored by inka on Mon, Sep 9, 3:08 AM.
Tags
None
Referenced Files
F2722978: D13266.id43970.diff
Mon, Sep 16, 7:32 PM
F2719451: D13266.diff
Mon, Sep 16, 1:03 PM
F2718968: D13266.id.diff
Mon, Sep 16, 10:38 AM
F2718284: D13266.id43971.diff
Mon, Sep 16, 9:16 AM
Unknown Object (File)
Sun, Sep 15, 6:35 PM
Unknown Object (File)
Sun, Sep 15, 2:35 PM
Unknown Object (File)
Sat, Sep 14, 5:37 PM
Unknown Object (File)
Sat, Sep 14, 4:19 PM
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