This commit is contained in:
syuilo
2023-10-02 08:15:21 +09:00
parent 85430fd889
commit 7f4c00541c
4 changed files with 68 additions and 157 deletions

View File

@@ -132,6 +132,8 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
return true;
});
timeline.sort((a, b) => a.id > b.id ? -1 : 1);
process.nextTick(() => {
if (me) {
this.activeUsersChart.read(me);