Merge pull request #150

* Hash message links so messages with different links aren't considered…

* Add option to toggle if links should be considered for the message ha…
This commit is contained in:
Simon Schürrle
2025-06-22 20:17:19 +02:00
committed by GitHub
parent 34c4d87a33
commit 0d075ca060
6 changed files with 51 additions and 4 deletions
+19
View File
@@ -2075,6 +2075,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Don't collapse messages if they link to different things with the same text.
/// </summary>
internal static string Options_CollapseDuplicateMsgUniqueLink_Description {
get {
return ResourceManager.GetString("Options_CollapseDuplicateMsgUniqueLink_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Keep unique links seperate
/// </summary>
internal static string Options_CollapseDuplicateMsgUniqueLink_Name {
get {
return ResourceManager.GetString("Options_CollapseDuplicateMsgUniqueLink_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The side of {0} to display help for commands on..
/// </summary>
@@ -3867,3 +3885,4 @@ namespace ChatTwo.Resources {
}
}
}
+6
View File
@@ -950,6 +950,12 @@ Sie wurden gewarnt.</value>
<data name="Options_CollapseDuplicateMessages_Description">
<value>Ersetzt sich wiederholende Nachrichten mit einem Zähler, der der originalen Nachricht angehängt wird.</value>
</data>
<data name="Options_CollapseDuplicateMsgUniqueLink_Name">
<value>Trenne seperate Verlinkungen</value>
</data>
<data name="Options_CollapseDuplicateMsgUniqueLink_Description">
<value>Trenne Nachrichten die den gleichen text mit verschieden Verlinkungen haben.</value>
</data>
<data name="Options_Tabs_ExtraChatChannels">
<value>ExtraChat-Kanäle</value>
</data>
+6
View File
@@ -961,6 +961,12 @@
<data name="Options_CollapseDuplicateMessages_Description">
<value>Replace consecutive duplicate messages with a counter appended to the first instance of the message.</value>
</data>
<data name="Options_CollapseDuplicateMsgUniqueLink_Name">
<value>Keep unique links seperate</value>
</data>
<data name="Options_CollapseDuplicateMsgUniqueLink_Description">
<value>Don't collapse messages if they link to different things with the same text.</value>
</data>
<data name="Options_Tabs_ExtraChatChannels">
<value>ExtraChat channels</value>
</data>