Can't Remove Matrix Accounts
Categories
(Chat Core :: Matrix, defect)
Tracking
(thunderbird_esr6870+ fixed, thunderbird71 fixed)
People
(Reporter: ryan, Assigned: clokep)
References
Details
Attachments
(2 files)
|
33.34 KB,
image/png
|
Details | |
|
1.21 KB,
patch
|
nhnt11
:
review+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
Updated•8 years ago
|
| Assignee | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Oops, I apparently never got around to this. I think it was mentioned in a few other places, but we need to integrate the new Matrix JS package before working on this more.
(In reply to Ryan Sipes from comment #2)
Hey Patrick, can you walk me through how to track down this error in the
console so I can report it here?
To answer your question though, there are two places to check:
- Click "Show Accounts" when on the "Chat" tab.
- Right click on the account in question.
- Click "Copy Debug Log". The debug log has a bunch of technical information that might have been logged by the protocol code. Some of it could be sensitive.
- Alternately, you can look in the error console, accessible via the menus: "Tools" > "Developer Tools" > "Error Console"
- It is best to click "Clear" (the little trash can icon on the top left) and then perform whatever you expect to work to see if any NEW errors pop up.
This needs to be moved to the Matrix component (and perhaps bugs 1498978 and 1315926 as well?)
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
I should probably state that this changes the Matrix code to not through an error...but it also doesn't properly clean-up after itself. I think that's an improvement for now. It'll at least work properly to delete the account now.
Comment 7•6 years ago
|
||
Pushed by clokep@gmail.com:
https://hg.mozilla.org/comm-central/rev/4e21ee135e91
Fix removing and shutting down Matrix accounts. r=nhnt11
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
TB 68.2.0 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/8ba6b3a01467f28d48da6f422738ac081e5bdf1b
Description
•