/me on a public IRC channel is shown twice for servers with echo-message support
Categories
(Chat Core :: IRC, defect)
Tracking
(thunderbird_esr78 fixed, thunderbird79 fixed)
People
(Reporter: jorgk-bmo, Assigned: clokep)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
8.86 KB,
patch
|
clokep
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
As the summary states:
Use /me on a public IRC channel on a server that supports echo-message and you get it twice.
Looks like another tweak to https://hg.mozilla.org/comm-central/rev/44e6b9b6759a is necessary.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
There's two fixes here:
- Consolidates the code for displaying messages (this fixes the incoming action messages to work properly).
- Applies the same logic to displaying outgoing action messages as is used to display normal outgoing messages.
It seems to work OK in my testing.
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Oops, definitely forgot to re-run eslint. I made the requested changes. Thanks!
Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b0c9985debc5
Unify code-paths for displaying incoming IRC messages. r=mkmelin
Updated•5 years ago
|
Reporter | ||
Comment 5•5 years ago
|
||
Please set the tracking flags accordingly and request uplift.
Assignee | ||
Comment 6•5 years ago
|
||
Jorg -- I was planning to let this be checked in before requesting uplift.
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Comment 9•5 years ago
|
||
FWIW Someone also does smoktests of chat on beta - but AIUI chat is still broken there too.
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder uplift |
Thunderbird 79.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/c3a7b7aa31af
Updated•5 years ago
|
Comment 12•5 years ago
|
||
bugherder uplift |
Thunderbird 78.0.1:
https://hg.mozilla.org/releases/comm-esr78/rev/c3c605e5447b
Reporter | ||
Comment 13•5 years ago
|
||
Thanks for the fix. Working with ZNC in both public and private chats, with and without /me.
Reporter | ||
Comment 14•5 years ago
|
||
Spoke too early, still broken in 78.1.1.
Description
•