Page MenuHomePhabricator

[lib] implement changing DM threads settings
ClosedPublic

Authored by kamil on Aug 28 2024, 5:57 AM.
Tags
None
Referenced Files
F5255609: D13192.diff
Sun, Apr 6, 8:31 AM
Unknown Object (File)
Mar 6 2025, 8:54 PM
Unknown Object (File)
Mar 6 2025, 7:12 AM
Unknown Object (File)
Mar 6 2025, 5:37 AM
Unknown Object (File)
Mar 6 2025, 4:52 AM
Unknown Object (File)
Mar 4 2025, 11:34 AM
Unknown Object (File)
Mar 4 2025, 7:16 AM
Unknown Object (File)
Mar 4 2025, 7:16 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