🐛 Fix notify
This commit is contained in:
parent
36bb84e48c
commit
f8377e7029
@ -44,7 +44,7 @@ func NotifyAccount(user models.Account, subject, content string, realtime bool,
|
|||||||
Subject: subject,
|
Subject: subject,
|
||||||
Content: content,
|
Content: content,
|
||||||
Links: links,
|
Links: links,
|
||||||
RecipientId: uint64(user.ID),
|
RecipientId: uint64(user.ExternalID),
|
||||||
IsRealtime: realtime,
|
IsRealtime: realtime,
|
||||||
IsImportant: false,
|
IsImportant: false,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user