0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-17 03:48:28 +02:00
dendrite/syncapi/storage
Neil Alexander cd8fac152e
Include joined and invite member counts in room summary (#2315)
* Include joined and invite member counts in room summary

This should fix #2314 and also fix the problem where some clients like Element Android, Fluffychat etc would display the wrong member count for a given room.

* Improve SQLite query precision

* Check existence of state key for membership events
2022-04-01 16:14:38 +01:00
..
postgres Include joined and invite member counts in room summary (#2315) 2022-04-01 16:14:38 +01:00
shared Include joined and invite member counts in room summary (#2315) 2022-04-01 16:14:38 +01:00
sqlite3 Include joined and invite member counts in room summary (#2315) 2022-04-01 16:14:38 +01:00
tables Include joined and invite member counts in room summary (#2315) 2022-04-01 16:14:38 +01:00
interface.go Include joined and invite member counts in room summary (#2315) 2022-04-01 16:14:38 +01:00
storage.go Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021) 2021-11-02 16:48:48 +00:00
storage_test.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00
storage_wasm.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00