parent
82f9d5501b
commit
e68278f93e
12 changed files with 116 additions and 6 deletions
|
|
@ -16,6 +16,7 @@ export class MutingRepository extends Repository<Muting> {
|
|||
return await awaitAll({
|
||||
id: muting.id,
|
||||
createdAt: muting.createdAt.toISOString(),
|
||||
expiresAt: muting.expiresAt ? muting.expiresAt.toISOString() : null,
|
||||
muteeId: muting.muteeId,
|
||||
mutee: Users.pack(muting.muteeId, me, {
|
||||
detail: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue