🐛 Fix notify

This commit is contained in:
2024-03-31 22:49:08 +08:00
parent 9c7d0a167d
commit cd61796de2
2 changed files with 7 additions and 2 deletions

View File

@@ -20,7 +20,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,
})