1
0

Revert "feat: improve tl performance"

This commit is contained in:
Mar0xy
2023-10-03 20:21:26 +02:00
parent 38e35e1472
commit bf3d493d04
84 changed files with 960 additions and 2072 deletions
+1
View File
@@ -371,6 +371,7 @@ export type Endpoints = {
'i/favorites': { req: { limit?: number; sinceId?: NoteFavorite['id']; untilId?: NoteFavorite['id']; }; res: NoteFavorite[]; };
'i/gallery/likes': { req: TODO; res: TODO; };
'i/gallery/posts': { req: TODO; res: TODO; };
'i/get-word-muted-notes-count': { req: TODO; res: TODO; };
'i/import-following': { req: TODO; res: TODO; };
'i/import-user-lists': { req: TODO; res: TODO; };
'i/move': { req: TODO; res: TODO; };