drop lastCommunicatedAt of instance
This commit is contained in:
parent
7093573f0c
commit
c8bd139713
15 changed files with 19 additions and 27 deletions
|
|
@ -44,7 +44,7 @@ let key = $ref(0);
|
|||
|
||||
const tick = () => {
|
||||
os.api('federation/instances', {
|
||||
sort: '+lastCommunicatedAt',
|
||||
sort: '+latestRequestReceivedAt',
|
||||
limit: 30,
|
||||
}).then(res => {
|
||||
instances.value = res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue