Some channels return M_INVALID_PARAM: Invalid `from` value.
Description
Some channels, when opening them up for the first time, return the following in console:
quotient.jobs: 400 <- GET https://matrix.akselmo.dev/_matrix/client/r0/rooms/#secretchannel:matrix.akselmo.dev/messages
quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: M_INVALID_PARAM: Invalid `from` value.
In app they are stuck in loading. This keeps repeating indefinitely.
However when using another client to type and send into them, the channel refresh and show everything as normal.
I am using Conduit 0.3.0 as homeserver.
Steps to reproduce
- Open app
- Open a channel that only shows it's topic in the channel list.
- If the channel doesn't load, check terminal for the message.
What is the current bug behavior?
Neochat is stuck in loading the "broken" channel, until other client is used to chat in the channel.
What is the expected correct behavior?
Neochat should load the channel normally.
Relevant logs and/or screenshots
quotient.jobs: 400 <- GET https://matrix.akselmo.dev/_matrix/client/r0/rooms/#secretchannel:matrix.akselmo.dev/messages
quotient.jobs: "GetRoomEventsJob" status IncorrectRequest: M_INVALID_PARAM: Invalid `from` value.
System/Matrix Information
- Distribution / Platform: Kubuntu 21.10
- Qt Version: 5.15.2
- NeoChat version: 22.02
- Quotient version: 0.6.6
- Matrix server: matrix.akselmo.dev (Conduit 0.3.0)
I used kdesrc-build to build this version of Neochat
Edited by Akseli Lahtinen