You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
I call StopSync on the client closing. But If I do it it still first checks the Filter and tries to make a POST request. But this somehow ends into Sync err: msg=Failed to POST JSON to /_matrix/client/r0/user/filter code=400 wrapped=M_UNRECOGNIZED: Unrecognized request. I am not sure if thats a timing issue or something but shouldn't the syncingID be done earlier to prevent that bug?
The text was updated successfully, but these errors were encountered:
I call StopSync on the client closing. But If I do it it still first checks the Filter and tries to make a POST request. But this somehow ends into
Sync err: msg=Failed to POST JSON to /_matrix/client/r0/user/filter code=400 wrapped=M_UNRECOGNIZED: Unrecognized request
. I am not sure if thats a timing issue or something but shouldn't thesyncingID
be done earlier to prevent that bug?The text was updated successfully, but these errors were encountered: