mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
Fix lastSeen, sort friends sidebar by lastSeen, TTS test
This commit is contained in:
@@ -1194,7 +1194,7 @@ class Database {
|
||||
await sqliteService.execute(
|
||||
(dbRow) => {
|
||||
var row = {
|
||||
created_at: dbRow[0],
|
||||
lastSeen: dbRow[0],
|
||||
userId: dbRow[1],
|
||||
timeSpent: dbRow[2],
|
||||
joinCount: dbRow[3],
|
||||
|
||||
Reference in New Issue
Block a user