Page MenuHomePhabricator

[web] [refactor] simplify username logic in message preview
ClosedPublic

Authored by benschac on Mar 23 2022, 12:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 23, 7:04 PM
Unknown Object (File)
Sat, Dec 21, 7:03 AM
Unknown Object (File)
Sat, Dec 21, 7:03 AM
Unknown Object (File)
Sat, Dec 21, 7:03 AM
Unknown Object (File)
Wed, Dec 18, 4:46 AM
Unknown Object (File)
Wed, Dec 18, 4:46 AM
Unknown Object (File)
Wed, Dec 18, 4:46 AM
Unknown Object (File)
Tue, Dec 17, 4:17 AM

Details

Summary

simplify rendering logic for username in message preview

Test Plan

username logic is the same as production. No new functionality

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D3506
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

benschac added inline comments.
web/chat/message-preview.react.js
50 ↗(On Diff #10632)

This logic is wrong.

ashoat added inline comments.
web/chat/message-preview.react.js
28 ↗(On Diff #10665)

Let's move this closer to where it's used. Line 48 makes the most sense

This revision is now accepted and ready to land.Mar 24 2022, 6:02 PM