Till

Results 114 comments of Till

> ## Side Note > > I came across this comment while searching for `1.18`. I assume the comment means the function should be merged with the duplicate below it...

Right, currently there's just a flag that marks a room as forgotten, there's no check if you're that last one in that room and no clean up. I'll try to...

Maybe fixed by https://github.com/matrix-org/dendrite/pull/2643? (rooms showing up as historical rooms) The HTTP 500 should already be fixed, iirc.

Another try: Is this still happening? Haven't seen it happen for some time now, even when logging in to a new session or doing initial syncs.

It's basically trying to solve the same issue you are trying to, that the notification counts are not getting updated "in time"/correctly. The reason for this still being a draft...

@Notmarrco: To clarify: "wait for "push notification" from dendrite" - do you mean one of the steps in Element Android when troubleshooting notifications? > Having the same problem with Dendrite...

Looking at the Element Android code, this seems to be connecting to the push gateway [directly](https://github.com/vector-im/element-android/blob/884525bef0b35bdc1387271e87172bff5e890baa/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/pushers/DefaultPushersService.kt#L49-L56), so Dendrite isn't involved in this. (Also didn't see any connections to my server...

Closing this, since #2688 is now merged and solves the same problem.

Is this still happening? There have been quite a few fixes around E2EE and `/members`, which hopefully should have fixed the "deleted/unknown" session issue.