更新 'src/synapse/dataProvider.js'
This commit is contained in:
@@ -296,11 +296,10 @@ const resourceMap = {
|
|||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
p3url: {
|
p3url: {
|
||||||
map: pm => ({
|
path: "/_synapse/admin/v1/registration_tokens",
|
||||||
id: pm,
|
map: rt => ({
|
||||||
}),
|
...rt,
|
||||||
reference: id => ({
|
id: rt.token,
|
||||||
endpoint: `/_synapse/admin/v1/rooms/${id}/members`,
|
|
||||||
}),
|
}),
|
||||||
data: "p3url",
|
data: "p3url",
|
||||||
total: json => {
|
total: json => {
|
||||||
|
|||||||
Reference in New Issue
Block a user