mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:16:01 +03:00
8208186e3c
- Fetch the number of invites the provided user has sent after a given timestamp - Fetch the number of rooms the provided user has joined after a given timestamp, regardless if they have left/been banned from the rooms subsequently - Get report IDs of event reports where the provided user was the sender of the reported event
3 lines
308 B
Gherkin
3 lines
308 B
Gherkin
Add endpoints to Admin API to fetch the number of invites the provided user has sent after a given timestamp,
|
|
fetch the number of rooms the provided user has joined after a given timestamp, and get report IDs of event
|
|
reports against a provided user (ie where the user was the sender of the reported event).
|