Michael Telatynski
|
6b46d6e4f8
|
Add MatrixClientPeg::safeGet and use it in tests (#10985)
|
2023-06-05 18:12:23 +01:00 |
|
Michael Telatynski
|
4574c665ea
|
Conform more code to strict null checking (#10167)
* Conform more code to strict null checking
* Delint
* Iterate PR based on feedback
|
2023-02-16 17:21:44 +00:00 |
|
Michael Weimann
|
526645c791
|
Apply prettier formatting
|
2022-12-12 12:24:14 +01:00 |
|
Germain
|
be281fd735
|
Fix threads fallback incorrectly targets root event (#9229)
* Use RelationType enum instead of hardcoded value
* Fix threads replies fallback to target last reply
* Only unsubscribe from threads events if needed
* fix strict null check
* fix strict null checks
* strict null checks
* fix typing
* Unsubscribe listeners if new thread is `null`
Co-authored-by: Faye Duxovni <fayed@element.io>
* Update strict null checks
* Type HTMLElement as nullable
* Add thread fallback integration test
* lint fix
* Update snapshots
* Add test after changing thread
* Remove test comment
* update snapshot
* fix room context test utility
* Add ThreadListContextMenu test
* lint fix
* fix thread rendering
Co-authored-by: Faye Duxovni <fayed@element.io>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
|
2022-10-20 12:48:25 +01:00 |
|