mirror of
https://github.com/versia-pub/server.git
synced 2026-04-28 13:19:16 +02:00
Fix for notifications showing up to the wrong users
This commit is contained in:
parent
1438387362
commit
ba19eda09d
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ export default apiRoute<{
|
|||
gte: since_id ?? undefined,
|
||||
gt: min_id ?? undefined,
|
||||
},
|
||||
accountId: account_id,
|
||||
notifiedId: user.id,
|
||||
accountId: account_id || undefined,
|
||||
},
|
||||
include: {
|
||||
account: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue