🐛 Fix notify

This commit is contained in:
LittleSheep 2024-03-31 22:49:32 +08:00
parent 36bb84e48c
commit f8377e7029

View File

@ -44,7 +44,7 @@ func NotifyAccount(user models.Account, subject, content string, realtime bool,
Subject: subject,
Content: content,
Links: links,
RecipientId: uint64(user.ID),
RecipientId: uint64(user.ExternalID),
IsRealtime: realtime,
IsImportant: false,
})