mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
Revert ccae810d60
This commit is contained in:
parent
fe05ceca1f
commit
dc14c5379a
@ -25,7 +25,7 @@ export async function createNotification(
|
||||
|
||||
if (
|
||||
data.notifierId &&
|
||||
["mention", "reply", "renote", "quote", "reaction", "bite", "pollVote"].includes(type)
|
||||
["mention", "reply", "renote", "quote", "reaction", "bite"].includes(type)
|
||||
) {
|
||||
const notifier = await Users.findOneBy({ id: data.notifierId });
|
||||
// suppress if the notifier does not exist or is silenced.
|
||||
|
Loading…
Reference in New Issue
Block a user