mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 03:34:56 +00:00
Add joined_local_devices to rooms (#96)
This commit is contained in:
parent
f8331a459d
commit
0268cc0e94
3 changed files with 3 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ export const RoomShow = props => {
|
|||
>
|
||||
<TextField source="joined_members" />
|
||||
<TextField source="joined_local_members" />
|
||||
<TextField source="joined_local_devices" />
|
||||
<TextField source="state_events" />
|
||||
<TextField source="version" />
|
||||
<TextField
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue