mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Fix for notifications showing up to the wrong users
This commit is contained in:
parent
1438387362
commit
ba19eda09d
|
|
@ -72,7 +72,8 @@ export default apiRoute<{
|
||||||
gte: since_id ?? undefined,
|
gte: since_id ?? undefined,
|
||||||
gt: min_id ?? undefined,
|
gt: min_id ?? undefined,
|
||||||
},
|
},
|
||||||
accountId: account_id,
|
notifiedId: user.id,
|
||||||
|
accountId: account_id || undefined,
|
||||||
},
|
},
|
||||||
include: {
|
include: {
|
||||||
account: {
|
account: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue