Regression in system messages for XMPP
Categories
(Chat Core :: XMPP, defect)
Tracking
(thunderbird_esr128+ fixed, thunderbird130 affected, thunderbird131 fixed)
People
(Reporter: clokep, Assigned: freaktechnik)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
|
103.67 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-esr128+
|
Details | Review |
I suspect this is a regression from bug 1889422? I checked the protocol log and this isn't just someone with a silly name.
Joe -- would you be able to look into this since you took a look at the migrations?
| Reporter | ||
Comment 1•1 year ago
|
||
Note that IRC looks fine, so it is something with the XMPP code in particular.
| Assignee | ||
Comment 2•1 year ago
|
||
https://searchfox.org/comm-central/rev/6008b146dd47177476bea019f3f2743391cf473d/chat/protocols/xmpp/xmpp-base.sys.mjs#453 needs logic to build the correct paramObject for this case.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/9941cfff2d39
Fix conversation-message-parted XMPP message string placeholder replacement. r=clokep
| Assignee | ||
Comment 5•1 year ago
|
||
Comment on attachment 9420684 [details]
Bug 1914633 - Fix conversation-message-parted XMPP message string placeholder replacement. r=clokep
[Approval Request Comment]
Regression caused by (bug #): bug 1889422
User impact if declined: Some system messages in XMPP conversations are missing usernames or reasons.
Testing completed (on c-c, etc.): Manual testing.
Risk to taking this patch (and alternatives if risky): Low risk, worst case the strings still don't have translated placeholders (or other strings are missing them).
| Reporter | ||
Comment 6•1 year ago
|
||
This is working for me on 131.0b1. I haven't tested all the versions (with a message, without a message, etc.) but the basic cases seem to work.
Comment 7•1 year ago
|
||
Martin, we aren't planning to release any more 115 patch releases.
| Assignee | ||
Comment 8•1 year ago
|
||
Comment on attachment 9420684 [details]
Bug 1914633 - Fix conversation-message-parted XMPP message string placeholder replacement. r=clokep
Sorry, picked the wrong flag from muscle memory or something...
[Approval Request Comment]
Regression caused by (bug #): bug 1889422
User impact if declined: Some system messages in XMPP conversations are missing usernames or reasons.
Testing completed (on c-c, etc.): Manual testing.
Risk to taking this patch (and alternatives if risky): Low risk, worst case the strings still don't have translated placeholders (or other strings are missing them).
Comment 9•1 year ago
|
||
Comment on attachment 9420684 [details]
Bug 1914633 - Fix conversation-message-parted XMPP message string placeholder replacement. r=clokep
[Triage Comment]
Approved for esr128
Comment 10•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.2.2esr:
https://hg.mozilla.org/releases/comm-esr128/rev/7f8174cc4aed
Description
•