mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-12-10 09:14:55 +00:00
Change field creation_ts * 1000 to creation_ts_ms
This commit is contained in:
parent
627f3d2917
commit
aaf1ebb909
4 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ const resourceMap = {
|
|||
admin: !!u.admin,
|
||||
deactivated: !!u.deactivated,
|
||||
// need timestamp in milliseconds
|
||||
creation_ts: u.creation_ts * 1000,
|
||||
creation_ts_ms: u.creation_ts * 1000,
|
||||
}),
|
||||
data: "users",
|
||||
total: (json, from, perPage) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue