Page MenuHomePhabricator

[lib,keyserver] Rename thread to chat
ClosedPublic

Authored by inka on Jul 14 2022, 7:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 8:40 PM
Unknown Object (File)
Tue, Apr 30, 1:02 AM
Unknown Object (File)
Apr 11 2024, 4:55 AM
Unknown Object (File)
Apr 3 2024, 9:16 PM
Unknown Object (File)
Apr 2 2024, 1:56 AM
Unknown Object (File)
Mar 31 2024, 7:24 AM
Unknown Object (File)
Mar 28 2024, 10:17 PM
Unknown Object (File)
Mar 28 2024, 10:17 PM

Details

Summary

Linear issue: https://linear.app/comm/issue/ENG-1357/rename-sidebar-to-thread-in-product-copy
Diff renames thread to chat in all strings displayed to the user in keyserver and lib

Test Plan

Checked if strings changed as expected in web or mobile.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Jul 14 2022, 8:01 AM
ashoat requested changes to this revision.Jul 14 2022, 12:48 PM

Looks great!! Just a couple of comments :)

lib/shared/messages/create-sub-thread-message-spec.js
129 ↗(On Diff #14495)

In this case I think it would actually be better to say "child channel", since a channel is the only kind of chat that can be a child (except sidebars)

lib/shared/thread-utils.js
810 ↗(On Diff #14495)

Let's go with:

Anybody in the parent channel can see an open child channel.

COMMUNITY_OPEN_SUBTHREAD is actually specifically a channel. It can exist in a channel or in a community. I haven't previously thought about whether a community counts as a channel, to be honest... but I think it's good to be more specific here

812 ↗(On Diff #14495)

Let's say "ancestor channels"

This revision now requires changes to proceed.Jul 14 2022, 12:48 PM
lib/shared/messages/create-sub-thread-message-spec.js
129 ↗(On Diff #14495)

Another note: after reviewing D4539, realizing we should say "subchannel" instead of "child channel"

lib/shared/thread-utils.js
810 ↗(On Diff #14495)

Another note: after reviewing D4539, realizing we should say "subchannel" instead of "child channel"

Rename chat to channel in some places, as requested

This revision is now accepted and ready to land.Jul 17 2022, 7:19 AM
inka marked 5 inline comments as done.Jul 18 2022, 4:33 AM