Germain Souquet
9ceeb2d220
Delete UnstableValue and use hardcoded value for m.thread
2021-10-14 17:09:00 +01:00
Germain Souquet
7b89862ed0
Make threads use 'm.thread' relation
2021-10-14 16:56:48 +01:00
Šimon Brandner
3c6eed0135
Add bound to IThreepid
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-21 14:56:33 +02:00
Šimon Brandner
4e14d810c5
Add setCodecPreferences()
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-15 17:44:16 +02:00
Germain
be04559a66
Merge pull request #1878 from SimonBrandner/task/i-hate-my-code
2021-09-10 16:16:51 +01:00
Michael Telatynski
666e471369
Convert OlmDevice to Typescript
2021-09-07 13:22:27 +01:00
Germain
37736184a0
Merge pull request #1876 from matrix-org/gsouquet/replies-fix-18717
...
Add reply events rendering hint
2021-09-02 08:37:11 +01:00
Šimon Brandner
9431a52abe
Move DesktopCapturerSource out of global.d.ts
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-01 18:22:51 +02:00
Šimon Brandner
13c664ad34
Remove Element-specifc screen-sharing code out of the js-sdk
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-01 18:22:45 +02:00
Michael Telatynski
9dce7bbb97
Improve typing around join rules
2021-09-01 15:54:04 +01:00
Germain Souquet
fa44300abc
Add reply events rendering hint
...
Adds an unstable hint for clients to know whether to render an event in the room timeline or in a thread
There are currently no MSC associated with that unstable "io.element.in_thread" property as I am only experimenting before settling on a specific approach
2021-09-01 12:12:01 +01:00
David Baker
4f21b95bbf
Merge pull request #1865 from SimonBrandner/feature/voice-activity
...
Give `CallFeed` the capability to emit on volume changes
2021-08-25 14:40:24 +01:00
Travis Ralston
62c93f54cc
Merge pull request #1818 from matrix-org/t3chguy/fix/18089
...
Add support for /hierarchy API and fall back to /spaces API if needed
2021-08-23 15:51:28 -06:00
Šimon Brandner
e25a649e1a
Add webkitAudioContext to window
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-08-19 11:49:18 +02:00
Michael Telatynski
14b424ee94
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/18089
2021-08-12 11:55:04 +01:00
Michael Telatynski
d91d1cea34
Apply suggestions from code review
...
Co-authored-by: Travis Ralston <travisr@matrix.org >
2021-08-11 21:47:51 +01:00
Michael Telatynski
69ba32683c
Iterate PR based on feedback
2021-08-11 21:45:51 +01:00
Michael Telatynski
9b50455049
Iterate PR, merge types with @types/PushRules
2021-08-10 11:03:05 +01:00
Michael Telatynski
58c60d85e7
Refactor Space Hierarchy stuff in preparation for pagination
2021-07-29 17:35:17 +01:00
Michael Telatynski
d49d6936a5
Add support for /children API and fall back to /spaces API if M_UNRECOGNIZED
2021-07-29 12:16:34 +01:00
Šimon Brandner
e6696f78f4
Allow recieving unprefixed version of m.call.sdp_stream_metadata_changed
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-07-29 13:00:48 +02:00
Šimon Brandner
19f90f56be
Merge remote-tracking branch 'upstream/develop' into feature/muting
2021-07-27 16:40:07 +02:00
Šimon Brandner
21f107d734
Add types for MSC3291
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-07-27 14:19:54 +02:00
Michael Telatynski
011a2acfd2
Convert crypto/store/* to Typescript
2021-07-24 11:35:30 +01:00
Michael Telatynski
cd86aa7d9e
Merge pull request #1745 from matrix-org/t3chguy/fix/17686
2021-07-23 09:09:15 +01:00
Christian Paul
718a22f574
Merge branch 'j94/functional-members' of github.com:matrix-org/matrix-js-sdk into j94/functional-members
2021-07-19 18:01:05 +02:00
Christian Paul
324cd886a2
Merge remote-tracking branch 'origin/develop' into j94/functional-members
2021-07-19 18:00:59 +02:00
Michael Telatynski
f686d70157
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
2021-07-19 16:47:39 +01:00
Christian Paul
4a1cd159a4
Update event.ts
2021-07-19 11:53:43 +02:00
Travis Ralston
589c66bb12
Re-appease linter
2021-07-16 16:30:06 -06:00
Travis Ralston
16fe5a91d5
Consolidate types
2021-07-16 16:27:50 -06:00
Travis Ralston
b57b7a65ee
Merge branch 'develop' into travis/notifications-2
2021-07-16 16:26:05 -06:00
Michael Telatynski
e2b04d543a
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
...
Conflicts:
src/@types/partials.ts
src/client.ts
2021-07-15 10:03:05 +01:00
Travis Ralston
d5c3cb1b7f
More minimal types for pushers & push rules
2021-07-12 21:50:27 -06:00
Michael Telatynski
c0e16ac98c
Update some more
2021-07-12 09:10:27 +01:00
Michael Telatynski
b33429317c
Fix setTimeout/setInterval typing
2021-07-12 09:02:47 +01:00
Travis Ralston
5f2ed4450e
--
2021-07-11 21:04:10 -06:00
Travis Ralston
11e25ea9a2
Appease linter
2021-07-11 21:02:33 -06:00
Travis Ralston
fb7184e6fb
Reorganize types a bit
2021-07-11 20:56:52 -06:00
Travis Ralston
3c77a8772a
Add minimal types for "notification settings" UI
...
For https://github.com/vector-im/element-web/issues/17782
2021-07-11 20:54:51 -06:00
Michael Telatynski
3bff5430f6
delint
2021-07-10 15:55:19 +01:00
Michael Telatynski
17efcad6fe
Improve and consolidate typing
2021-07-10 15:50:40 +01:00
Christian Paul
116085e927
Fix linter error
2021-07-10 03:08:51 +02:00
Christian Paul
96e6e7b1e8
Update event.ts
2021-07-09 16:44:39 +02:00
Hubert Chathi
ac02f30dc8
improve types
2021-07-08 18:10:37 -04:00
Christian Paul
ab679c2216
Update src/@types/event.ts
2021-07-07 00:39:26 +02:00
Christian Paul
c4263692f0
Update event.ts
2021-07-06 19:34:44 +02:00
Christian Paul
8c0f5b4e31
Update event.ts: Add io.element.functional_members
2021-07-06 16:48:57 +02:00
Michael Telatynski
bbe1ba7328
Improve typing
2021-07-02 14:38:17 +01:00
Michael Telatynski
261ac8b2d6
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
2021-07-01 20:49:20 +01:00