port: recent items for homepage

This commit is contained in:
cwilvx
2024-06-30 23:11:33 +03:00
parent 5759521de0
commit a3c4558d52
9 changed files with 92 additions and 37 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
from dataclasses import dataclass
from typing import Literal
from typing import Any, Literal
@dataclass
@@ -14,6 +14,7 @@ class TrackLog:
timestamp: int
source: str
userid: int
extra: dict[str, Any]
type = "track"
type_src = None