Skip to content

Expose tombstone status in room details#19737

Open
RamReso wants to merge 3 commits intoelement-hq:developfrom
RamReso:feature-expose-tombstone-status
Open

Expose tombstone status in room details#19737
RamReso wants to merge 3 commits intoelement-hq:developfrom
RamReso:feature-expose-tombstone-status

Conversation

@RamReso
Copy link
Copy Markdown
Contributor

@RamReso RamReso commented Apr 27, 2026

Exposes tombstoned and replacement_room in room details on admin API endpoint GET /_synapse/admin/v1/rooms/<room_id>. Resolves #18347

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
  • Code style is correct (run the linters)

@RamReso RamReso requested a review from a team as a code owner April 27, 2026 12:24
Copy link
Copy Markdown
Contributor

@reivilibre reivilibre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me otherwise though, thank you!

Comment thread docs/admin_api/rooms.md
"room_type": "m.space",
"forgotten": false
"forgotten": false,
"tombstoned": false,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add short descriptions of these to the bullet points above, bear in mind not everyone will be familiar with these terms.
Should also note that a room can be tombstoned without having a replacement room, as that is probably not obvious

@reivilibre
Copy link
Copy Markdown
Contributor

reivilibre commented Apr 28, 2026

(please hit the 'Re-request review' button at the top right of the page, next to my name after the changes, to make sure I see this. Thank you)

@RamReso RamReso force-pushed the feature-expose-tombstone-status branch from 1123c4c to 22592da Compare April 29, 2026 10:14
@RamReso RamReso requested a review from reivilibre April 29, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose tombstone status in room list/details admin API

3 participants