Help text for /part says it's called leave
Categories
(Chat Core :: Matrix, defect)
Tracking
(thunderbird_esr102+ fixed, thunderbird107 fixed)
People
(Reporter: freaktechnik, Assigned: freaktechnik)
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
5.64 KB,
patch
|
wsmwk
:
approval-comm-esr102+
|
Details | Diff | Splinter Review |
The help text for /part
in Matrix conversation incorrectly calls the command leave
. This was not detected by tests due to an issue where the test is using add_task
and run_test
in the same file (incorrectly, since in theory that should be possible).
Assignee | ||
Comment 1•2 years ago
|
||
And fix all run_test + add_task tests in chat by converting them to be purely add_task.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/9a580eac7280
Fix help text for part command in Matrix conversations. r=mkmelin
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: Wrong command name shown in help string, so fairly little impact.
Testing completed (on c-c, etc.): Tested all the way up to beta. Also fixes the automated test that was supposed to catch exactly this issue.
Risk to taking this patch (and alternatives if risky): In terms of actual application running risk, just about none, just changes the contents of a string literal that's passed into a translation string. Some changes to xpcshell tests though.
Comment 4•2 years ago
|
||
Comment on attachment 9301364 [details] [diff] [review]
bug1795578-esr102.patch
[Triage Comment]
Approved for esr102
Comment 5•2 years ago
|
||
bugherder uplift |
Thunderbird 102.5.0:
https://hg.mozilla.org/releases/comm-esr102/rev/785f50d4801a
Description
•