This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expose whether a room is a space in the Admin API #11904
Labels
good first issue
Good for newcomers
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Comments
anoadragon453
added
the
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
label
Feb 3, 2022
Ok, I'll work on it :) |
4 tasks
I am not sure if the information (room vs. space) perhaps should become a attribut/column in |
Is this issue still open? I'd like to work on it as well. |
Yes, it is still open: #11934 (comment) |
hi I've made the changes. could someone please check this out: #13208 |
Looks like this was indeed done in #13208 :) Thanks @andrewdoh! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Good for newcomers
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Currently there is no way to tell whether a given room is a space or not through Synapse's Admin API.
Ideally, this would be exposed in both the List Room and Room Details APIs.
I suggest to expose a
type
property which returns the room type. The type would mirror the room'sm.room.create
event'scontent.type
property. For a space, as specified by MSC1772 asm.space
.The text was updated successfully, but these errors were encountered: