diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-09-04 18:13:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 18:13:28 +0200 |
commit | dcb27783417a1161c484525afb839233299b847f (patch) | |
tree | bc0833777c5caf4b1a35f644afdb090e05c6de3f /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-dcb27783417a1161c484525afb839233299b847f.tar.xz |
Add last_seen_ts to the admin users API (#16218)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16218.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16218.feature b/changelog.d/16218.feature new file mode 100644 index 0000000000..4afd092e88 --- /dev/null +++ b/changelog.d/16218.feature @@ -0,0 +1 @@ +Add `last_seen_ts` to the admin users API. |