1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

8 Commits

Author SHA1 Message Date
d3c0435446 Adept KnownMembership imports for new location in types 2024-03-18 14:43:08 +00:00
34559d2a89 Adapt Membership usage for the change to an enum KnownMembership 2024-03-18 14:43:08 +00:00
da99bad7b9 Introduce Membership type 2024-03-18 14:43:08 +00:00
ca53b11aa9 Apply strictNullChecks to src/utils/local-room.ts (#10915)
* Stricity local room

* Handle error
2023-06-01 11:55:26 +00:00
5398db21ad Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
61a63e47f4 Comply with noImplicitAny (#9940)
* Stash noImplicitAny work

* Stash

* Fix imports

* Iterate

* Fix tests

* Delint

* Fix tests
2023-02-13 11:39:16 +00:00
c5eaeafe8e Prepare utils for local rooms (#9084)
* Prepare utils for local rooms

* Split up direct-messages module
2022-07-25 10:17:40 +02:00
8641a5210b Add LocalRoom (#9023) 2022-07-11 07:33:37 +02:00