diff --git a/apps/ios/SimpleXChat/ChatTypes.swift b/apps/ios/SimpleXChat/ChatTypes.swift index 0426b91704..b3516e068f 100644 --- a/apps/ios/SimpleXChat/ChatTypes.swift +++ b/apps/ios/SimpleXChat/ChatTypes.swift @@ -15,7 +15,7 @@ public let CREATE_MEMBER_CONTACT_VERSION = 2 // version to receive reports (MCReport) public let REPORTS_VERSION = 12 -public let contentModerationPostLink = URL(string: "https://simplex.chat/blog/20250112-simplex-network-privacy-preserving-content-moderation.html")! +public let contentModerationPostLink = URL(string: "https://simplex.chat/blog/20250114-simplex-network-privacy-preserving-content-moderation.html")! public struct User: Identifiable, Decodable, UserLike, NamedChat, Hashable { public var userId: Int64 diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/item/CIFileView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/item/CIFileView.kt index 8940161898..dc51e5eec5 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/item/CIFileView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/item/CIFileView.kt @@ -236,7 +236,7 @@ fun showFileErrorAlert(err: FileError, temporary: Boolean = false) { } } -val contentModerationPostLink = "https://simplex.chat/blog/20250112-simplex-network-privacy-preserving-content-moderation.html" +val contentModerationPostLink = "https://simplex.chat/blog/20250114-simplex-network-privacy-preserving-content-moderation.html" fun showContentBlockedAlert(title: String, message: String) { AlertManager.shared.showAlertDialogButtonsColumn(title, text = message, buttons = { diff --git a/blog/20250112-simplex-network-privacy-preserving-content-moderation.md b/blog/20250114-simplex-network-privacy-preserving-content-moderation.md similarity index 88% rename from blog/20250112-simplex-network-privacy-preserving-content-moderation.md rename to blog/20250114-simplex-network-privacy-preserving-content-moderation.md index 6546db8de0..a158fd517b 100644 --- a/blog/20250112-simplex-network-privacy-preserving-content-moderation.md +++ b/blog/20250114-simplex-network-privacy-preserving-content-moderation.md @@ -1,17 +1,17 @@ --- layout: layouts/article.html title: "SimpleX network: privacy preserving content moderation" -date: 2024-12-18 +date: 2025-01-14 preview: How network operators prevent distribution of CSAM without compromising users privacy and security. # image: images/20241218-pub.jpg # imageWide: true draft: true -permalink: "/blog/20250112-simplex-network-privacy-preserving-content-moderation.html" +permalink: "/blog/20250114-simplex-network-privacy-preserving-content-moderation.html" --- # SimpleX network: privacy preserving content moderation -**Will be published:** Jan 12, 2025 +**Will be published:** Jan 14, 2025 This blog post will cover our approach to removing CSAM that has: - NO user identification, thus preserving privacy of the users.