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 {
}
}
}