mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 07:54:56 +00:00
Extend the room list with further attributes
Add further attributes: - is_encrypted - federatable - public - state_events - version - joined_local_members Also add the ability to sort. API was added by synapse v1.13.0.
This commit is contained in:
parent
009ce803e2
commit
3884c50012
4 changed files with 45 additions and 3 deletions
|
|
@ -53,6 +53,12 @@ export default {
|
|||
name: "Name",
|
||||
canonical_alias: "Alias",
|
||||
joined_members: "Mitglieder",
|
||||
joined_local_members: "lokale Mitglieder",
|
||||
state_events: "Ereignisse",
|
||||
version: "Version",
|
||||
is_encrypted: "Verschlüsselt",
|
||||
federatable: "Föderiert",
|
||||
public: "Öffentlich",
|
||||
},
|
||||
},
|
||||
connections: {
|
||||
|
|
|
|||
|
|
@ -53,6 +53,12 @@ export default {
|
|||
name: "Name",
|
||||
canonical_alias: "Alias",
|
||||
joined_members: "Members",
|
||||
joined_local_members: "local members",
|
||||
state_events: "State events",
|
||||
version: "Version",
|
||||
is_encrypted: "Encrypted",
|
||||
federatable: "Federatable",
|
||||
public: "Public",
|
||||
},
|
||||
},
|
||||
connections: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue