Show topic in room basic view

pull/466/head
Timo Gurr 3 years ago committed by Manuel Stahl
parent 3a34c03509
commit 3116b4e07a

@ -98,6 +98,7 @@ export const RoomShow = props => {
<Tab label="synapseadmin.rooms.tabs.basic" icon={<ViewListIcon />}>
<TextField source="room_id" />
<TextField source="name" />
<TextField source="topic" />
<TextField source="canonical_alias" />
<ReferenceField source="creator" reference="users">
<TextField source="id" />

Loading…
Cancel
Save