Page MenuHomePhabricator

[web] Fix broken pending threads
ClosedPublic

Authored by tomek on Sep 13 2024, 10:03 AM.
Tags
None
Referenced Files
F3299534: D13338.id44190.diff
Sun, Nov 17, 1:08 PM
F3299531: D13338.id44189.diff
Sun, Nov 17, 1:05 PM
Unknown Object (File)
Thu, Nov 7, 10:17 PM
Unknown Object (File)
Thu, Nov 7, 4:50 PM
Unknown Object (File)
Wed, Oct 23, 9:12 AM
Unknown Object (File)
Wed, Oct 23, 9:12 AM
Unknown Object (File)
Wed, Oct 23, 9:12 AM
Unknown Object (File)
Wed, Oct 23, 9:11 AM
Subscribers
None

Details

Summary

In D13282 we modified the logic so that instead of an active thread ID we use active thread info that is taken from the thread store. Unfortunately, this change broke the pending threads which aren't present in the store. What we should do instead is to let the component provide the thread store for us.

https://linear.app/comm/issue/ENG-9268/pending-threads-are-broken-on-master-on-the-web

Test Plan

Check if it is possible to create a new thread by sending a text message in a pending thread.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 13 2024, 10:33 AM
web/chat/chat-input-bar.react.js
692 ↗(On Diff #44189)

This probably can be narrowed down

ashoat added inline comments.
web/input/input-state-container.react.js
660–663 ↗(On Diff #44189)

We can just pass in this.cancelPendingUpload directly if we define it as an arrow function

This revision was automatically updated to reflect the committed changes.