Feat: VirtualScrollをTLに実装した
This commit is contained in:
parent
d80f37328d
commit
0e23ac3bb9
6 changed files with 519 additions and 660 deletions
|
|
@ -470,7 +470,6 @@ export class UserEntityService implements OnModuleInit {
|
|||
createdAt: this.idService.parse(announcement.id).date.toISOString(),
|
||||
...announcement,
|
||||
})) : null;
|
||||
console.log(user.getPoints);
|
||||
const notificationsInfo = isMe && isDetailed ? await this.getNotificationsInfo(user.id) : null;
|
||||
const packed = {
|
||||
id: user.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue