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
Denis Kasak
b288c97372
Merge pull request #1975 from matrix-org/dkasak/more-detailed-room-key-sharing-logging
...
More detailed logging when sharing room keys
2021-10-12 13:26:43 +00:00
Denis Kasak
a0de1740a4
Add comma per review
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2021-10-12 13:23:22 +00:00
Denis Kasak
8e2e3018d8
Log device objects for existing/new devices when sharing room keys.
2021-10-12 13:48:41 +02:00
Denis Kasak
60e93024e7
Fix comment regarding marking blocked devices as notified.
2021-10-12 13:43:28 +02:00
Denis Kasak
d89aa365f9
More detailed logging of blocked devices.
...
Separately log how many blocked devices there are in total and list them
out.
Then, log how many devices were notified because they were newly
blocked and list those out too.
2021-10-12 13:43:28 +02:00
Denis Kasak
4241263f2c
Make log message regarding notifying unnotified failed devices clearer.
2021-10-12 13:43:26 +02:00
Denis Kasak
b009f9c21b
Log more clearly when we're sharing room keys with *new* Olm sessions.
2021-10-12 13:41:04 +02:00
Denis Kasak
04ccec6de3
Log which devices room keys were shared with.
2021-10-12 13:41:04 +02:00
RiotRobot
e7b41fadd0
Merge branch 'master' into develop
2021-10-12 08:50:43 +01:00
RiotRobot
2dc1acef2e
Resetting package fields for development
2021-10-12 08:36:13 +01:00
RiotRobot
b977b629f4
Merge branch 'release-v14.0.1'
2021-10-12 08:35:42 +01:00
RiotRobot
6bbd493e20
v14.0.1
v14.0.1
2021-10-12 08:29:30 +01:00
RiotRobot
38ad435af5
Prepare changelog for v14.0.1
2021-10-12 08:29:30 +01:00
RiotRobot
8f245af317
Merge branch 'master' into develop
2021-10-11 11:48:22 +01:00
RiotRobot
9b2bfbe7d0
v14.0.0
v14.0.0
2021-10-11 11:44:54 +01:00
RiotRobot
f69ea85e55
Prepare changelog for v14.0.0
2021-10-11 11:44:53 +01:00
Travis Ralston
f12513da96
Merge pull request #1971 from matrix-org/travis/spam-log
...
Remove excess logging from getRoomUpgradeHistory()
2021-10-08 10:33:07 -06:00
Travis Ralston
785a3e3381
Remove excess logging from getRoomUpgradeHistory()
...
On large accounts this can now cause a massive amount of spam. It's not really providing any value in day-to-day debugging either.
2021-10-08 10:28:20 -06:00
RiotRobot
f5fcc20840
v14.0.0-rc.2
v14.0.0-rc.2
2021-10-07 17:42:40 +01:00
RiotRobot
17e20c17b3
Prepare changelog for v14.0.0-rc.2
2021-10-07 17:42:40 +01:00
Michael Telatynski
39fd350ffe
Merge pull request #1969 from matrix-org/t3chguy/cp/space-hierarchy
2021-10-06 16:51:32 +01:00
Michael Telatynski
b4d100baff
Tweak Room Hierarchy root visibility and add loading getter
2021-10-06 13:29:13 +01:00
Michael Telatynski
29bc83f4a7
Merge pull request #1968 from matrix-org/t3chguy/fix/19276
2021-10-06 13:27:12 +01:00
Michael Telatynski
13c8774d45
Tweak Room Hierarchy root visibility and add loading getter
2021-10-06 10:25:27 +01:00
Travis Ralston
c9212e770d
Merge pull request #1966 from Alexendoo/declaration-map
...
Enable TypeScript declaration maps
2021-10-05 13:39:47 -06:00
Germain
08aa7803e3
Merge pull request #1964 from SimonBrandner/feature/call-feed-opts
2021-10-04 15:02:49 +01:00
Alex Macleod
770858c255
Enable TypeScript declaration maps
...
This allows go-to-definition to reach the original .ts files for
consumers of the package. It emits .d.ts.map files alongside the regular
.d.ts files
e.g. in sdk.createClient go-to-definition on createClient will place the
cursor at the function in src/matrix.ts rather than inside a definition
file lib/matrix.d.ts
Signed-off-by: Alex Macleod <alex@macleod.io >
2021-10-04 14:36:50 +01:00
Germain Souquet
c73bb7d408
Update dependencies
2021-10-04 12:30:14 +01:00
RiotRobot
15cd675354
v14.0.0-rc.1
v14.0.0-rc.1
2021-10-04 11:55:19 +01:00
RiotRobot
e8137d3f88
Prepare changelog for v14.0.0-rc.1
2021-10-04 11:55:19 +01:00
Šimon Brandner
c63abe9988
Use ICallFeedOpts in the CallFeed constructor
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-10-02 08:12:43 +02:00
Germain
a7a08fd760
Merge pull request #1962 from matrix-org/gsouquet/fix-19229
2021-10-01 15:46:30 +01:00
Germain
df51f95fbd
Merge pull request #1963 from matrix-org/gsouquet/fix-19225
2021-10-01 12:11:35 +01:00
Germain Souquet
a14cf1a339
Remove unused DuplicateStrategy
2021-10-01 12:07:16 +01:00
Germain Souquet
30758600f0
Prepend events to thread when fetching the reply chain
2021-10-01 10:49:46 +01:00
Germain
823242a93c
Merge pull request #1959 from psrpinto/fix/joined-rooms-response
2021-09-30 17:54:53 +01:00
Germain Souquet
1dbd7158ad
Prevent redactions to be sent as pending events
...
Co-authored-by: Dariusz Niemczyk <Palid@users.noreply.github.com >
2021-09-30 13:56:52 +01:00
Michael Telatynski
46b3f0babd
Merge pull request #1958 from SimonBrandner/fix/call-length
2021-09-29 15:04:02 +01:00
Šimon Brandner
b4bc554d7a
Make sure to callLengthInterval only once
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-29 15:46:22 +02:00
Paulo Pinto
1485969493
Return IJoinedRoomsResponse from getJoinedRooms(), instead of string[]
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com >
2021-09-29 11:45:01 +01:00
Travis Ralston
92f7ddcf3e
Merge pull request #1954 from SimonBrandner/task/src-ts
...
Changes for TS migration
2021-09-27 13:45:06 -06:00
Travis Ralston
90d480b4cf
Merge pull request #1952 from matrix-org/travis/fsdk/versions
...
Implement file versioning for tree spaces
2021-09-27 10:04:22 -06:00
RiotRobot
2515d07c8f
Resetting package fields for development
2021-09-27 14:23:47 +01:00
RiotRobot
7acb9416c2
Merge branch 'master' into develop
2021-09-27 14:23:47 +01:00
RiotRobot
095e3a8a88
v13.0.0
v13.0.0
2021-09-27 14:20:00 +01:00
RiotRobot
92623a246a
Prepare changelog for v13.0.0
2021-09-27 14:20:00 +01:00
Michael Telatynski
0c4212ca90
Merge pull request #1935 from matrix-org/t3chguy/fix/18969
2021-09-27 11:08:07 +01:00
Germain
9a06a05a75
Merge pull request #1953 from SimonBrandner/fix/audio-upgrade
2021-09-27 10:18:13 +01:00