Oops, actually send the events to a user...
This commit is contained in:
parent
5466de1c02
commit
b212cbbea1
@ -194,6 +194,7 @@ async function patchUserSettings(
|
||||
await userSettings.save();
|
||||
|
||||
await emitEvent({
|
||||
user_id: userId,
|
||||
event: "USER_SETTINGS_PROTO_UPDATE",
|
||||
data: {
|
||||
settings: {
|
||||
|
||||
@ -196,6 +196,7 @@ async function patchUserSettings(
|
||||
await userSettings.save();
|
||||
|
||||
await emitEvent({
|
||||
user_id: userId,
|
||||
event: "USER_SETTINGS_PROTO_UPDATE",
|
||||
data: {
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user