Remove 429 workaround (fixed in nio #138)
This commit is contained in:
parent
c2e212c1eb
commit
7aa0e7fad6
1
TODO.md
1
TODO.md
|
@ -10,7 +10,6 @@
|
|||
- fix message delegate too tall
|
||||
- fix left rooms opacity
|
||||
- fix escape keybinds (filter rooms, message selection)
|
||||
- fix nio 429
|
||||
- fix python getting stuck when loading large room
|
||||
|
||||
- account delegates refactor
|
||||
|
|
|
@ -44,7 +44,6 @@ QtObject {
|
|||
|
||||
|
||||
function onLoopException(message, error, traceback) {
|
||||
if (traceback.includes("429, None")) return
|
||||
// No need to log these here, the asyncio exception handler does it
|
||||
const type = py.getattr(py.getattr(error, "__class__"), "__name__")
|
||||
utils.showError(type, traceback, message)
|
||||
|
|
Loading…
Reference in New Issue
Block a user