mirror of
https://github.com/Discreetly/server.git
synced 2026-01-09 12:37:58 -05:00
refactor(endpoints) room/:id endpoint includes adminIdentities
This commit is contained in:
@@ -54,6 +54,7 @@ router.get('/:id', limiter, (req, res) => {
|
||||
rateLimit,
|
||||
userMessageLimit,
|
||||
membershipType,
|
||||
adminIdentities,
|
||||
identities,
|
||||
bandadaAddress,
|
||||
bandadaGroupId,
|
||||
@@ -68,6 +69,7 @@ router.get('/:id', limiter, (req, res) => {
|
||||
rateLimit,
|
||||
userMessageLimit,
|
||||
membershipType,
|
||||
adminIdentities,
|
||||
encrypted,
|
||||
ephemeral
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user