mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'release-v1.65' into develop
This commit is contained in:
commit
05bc059e0d
@ -1,3 +1,12 @@
|
|||||||
|
Synapse 1.65.0rc2 (2022-08-11)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Revert 'Remove the unspecced `room_id` field in the `/hierarchy` response. ([\#13365](https://github.com/matrix-org/synapse/issues/13365))' to give more time for clients to update. ([\#13501](https://github.com/matrix-org/synapse/issues/13501))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.65.0rc1 (2022-08-09)
|
Synapse 1.65.0rc1 (2022-08-09)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.65.0~rc2) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.65.0rc2.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Thu, 11 Aug 2022 11:38:18 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.65.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.65.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.65.0rc1.
|
* New Synapse release 1.65.0rc1.
|
||||||
|
@ -54,7 +54,7 @@ skip_gitignore = true
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.65.0rc1"
|
version = "1.65.0rc2"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -453,6 +453,7 @@ class RoomSummaryHandler:
|
|||||||
"type": e.type,
|
"type": e.type,
|
||||||
"state_key": e.state_key,
|
"state_key": e.state_key,
|
||||||
"content": e.content,
|
"content": e.content,
|
||||||
|
"room_id": e.room_id,
|
||||||
"sender": e.sender,
|
"sender": e.sender,
|
||||||
"origin_server_ts": e.origin_server_ts,
|
"origin_server_ts": e.origin_server_ts,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user