Skip to content

Commit de80423

Browse files
committed
Update changelog
1 parent 19255aa commit de80423

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
- Fix a bug introduced in 1.139.1 where a client could receive an Internal Server Error if they set `device_keys: null` in the request to [`POST /_matrix/client/v3/keys/upload`](https://spec.matrix.org/v1.16/client-server-api/#post_matrixclientv3keysupload). ([\#19023](https://github.com/element-hq/synapse/issues/19023))
66

77

8+
### Famedly additions for v1.137.0_1
89

10+
- feat: add user metrics (Soyoung Kim)
11+
- feat: add room count metrics (Soyoung Kim)
912

1013
# Synapse 1.139.1 (2025-10-07)
1114

tests/metrics/test_common_usage_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from synapse.rest import admin, login, register, room
44
from synapse.server import HomeServer
55
from synapse.types import create_requester
6-
from synapse.util import Clock
6+
from synapse.util.clock import Clock
77

88
from tests.unittest import FederatingHomeserverTestCase
99

0 commit comments

Comments
 (0)