Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.41 KB

TODO.md

File metadata and controls

26 lines (18 loc) · 1.41 KB

Todo

This document describes what need to be changed or added due to the changes made by matrix-synapse. Only major release of Synapse (x.y.0) will be included here.

Regular

  1. More tests for CI

Synapse

1.49.0

  1. Add admin API to get some information about federation status with remote servers. (#11407) -> Test delayed

1.61.0

  1. Allow updating a user's password using the admin API without logging out their devices. Contributed by @jcgruenhage. (#12952)

1.64.0

  1. Add a room_type field in the responses for the list room and room details admin APIs. Contributed by @andrewdoh. (#13208)

1.66.0

  1. Add forgotten status to Room Details Admin API. (#13503)

1.68.0

  1. Add an admin API endpoint to fetch messages within a particular window of time. (#13672)
  2. Add an admin API endpoint to find a user based on their external ID in an auth provider. (#13810)

1.72.0

  1. Add an Admin API endpoint for user lookup based on third-party ID (3PID). Contributed by @ashfame. (#14405)