feat: add setting for character limit of truncated deleted messages (#6491)

This commit is contained in:
Jacob Alexander Thompson
2025-09-28 03:04:08 -07:00
committed by GitHub
parent a7de887ee0
commit 1d06086bb9
5 changed files with 31 additions and 5 deletions
+7
View File
@@ -320,6 +320,13 @@ public:
true,
};
/// The maximum length the contents of a deleted message can be
/// before we truncate it in the chat
IntSetting deletedMessageLengthLimit = {
"/behaviour/deletedMessageLengthLimit",
50,
};
// Auto-completion
BoolSetting onlyFetchChattersForSmallerStreamers = {
"/behaviour/autocompletion/onlyFetchChattersForSmallerStreamers", true};