Skip to content
Extraits de code Groupes Projets
Valider 7940a5ec rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Logging should warn failed typing notifs

parent 173a6b33
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -522,7 +522,7 @@ export class DiscordBot { ...@@ -522,7 +522,7 @@ export class DiscordBot {
return intent.sendTyping(room, isTyping); return intent.sendTyping(room, isTyping);
})); }));
}).catch((err) => { }).catch((err) => {
log.verbose("DiscordBot", "Failed to send typing indicator.", err); log.warn("DiscordBot", "Failed to send typing indicator.", err);
}); });
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter