Page MenuHomePhabricator

[lib] implement changing DM threads settings
ClosedPublic

Authored by kamil on Aug 28 2024, 5:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 4:45 AM
Unknown Object (File)
Mon, Apr 21, 3:04 AM
Unknown Object (File)
Fri, Apr 18, 11:32 PM
Unknown Object (File)
Fri, Apr 18, 11:21 PM
Unknown Object (File)
Fri, Apr 18, 10:43 PM
Unknown Object (File)
Fri, Apr 18, 9:01 PM
Unknown Object (File)
Fri, Apr 18, 7:56 PM
Unknown Object (File)
Fri, Apr 18, 10:05 AM
Subscribers

Details

Summary

ENG-8979;

Because we can just return empty ChangeThreadSettingsPayload we were able to update this here, not in each component. This simplified things a lot, implicitly handled loading status, and saved a lot of other work.

To fully support avatars I created ENG-9102.

Test Plan

Test:

  1. Changing thread name
  2. Changing thread description
  3. Changing thread colors
  4. Changing thread avatars (only emojis)

Diff Detail

Repository
rCOMM Comm
Branch
logic-4
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil edited the test plan for this revision. (Show Details)
tomek added inline comments.
web/modals/threads/settings/thread-settings-utils.js
87

Why do we use null here?

This revision is now accepted and ready to land.Aug 28 2024, 9:13 AM
web/modals/threads/settings/thread-settings-utils.js
87

removed