pass "me" in a few places that lack it

This commit is contained in:
Hazelnoot 2025-06-22 15:34:37 -04:00
parent 7f547a8c10
commit 2e61fafe57
8 changed files with 9 additions and 9 deletions

View file

@ -47,7 +47,7 @@ export class ClipEntityService {
createdAt: this.idService.parse(clip.id).date.toISOString(),
lastClippedAt: clip.lastClippedAt ? clip.lastClippedAt.toISOString() : null,
userId: clip.userId,
user: hint?.packedUser ?? this.userEntityService.pack(clip.user ?? clip.userId),
user: hint?.packedUser ?? this.userEntityService.pack(clip.user ?? clip.userId, me),
name: clip.name,
description: clip.description,
isPublic: clip.isPublic,