Skip to content

Commit

Permalink
add deb log message for recomputing because of empty spam score
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Sep 20, 2024
1 parent 13bd908 commit ab557e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/helpers/conversations/upsertConversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const setupAndSaveConversations = async (
conversation.spamScore === undefined ||
conversation.spamScore === null
) {
logger.debug("Empty spam score, computing...");
computeConversationsSpamScores(account, [
conversation as XmtpConversationWithUpdate,
]);
Expand Down

0 comments on commit ab557e3

Please sign in to comment.