blog: change date

This commit is contained in:
Evgeny Poberezkin 2025-01-13 14:52:03 +00:00
parent db8f33debe
commit ddd3956a68
No known key found for this signature in database
GPG key ID: 494BDDD9A28B577D
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ public let CREATE_MEMBER_CONTACT_VERSION = 2
// version to receive reports (MCReport) // version to receive reports (MCReport)
public let REPORTS_VERSION = 12 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 struct User: Identifiable, Decodable, UserLike, NamedChat, Hashable {
public var userId: Int64 public var userId: Int64

View file

@ -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) { fun showContentBlockedAlert(title: String, message: String) {
AlertManager.shared.showAlertDialogButtonsColumn(title, text = message, buttons = { AlertManager.shared.showAlertDialogButtonsColumn(title, text = message, buttons = {

View file

@ -1,17 +1,17 @@
--- ---
layout: layouts/article.html layout: layouts/article.html
title: "SimpleX network: privacy preserving content moderation" 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. preview: How network operators prevent distribution of CSAM without compromising users privacy and security.
# image: images/20241218-pub.jpg # image: images/20241218-pub.jpg
# imageWide: true # imageWide: true
draft: 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 # 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: This blog post will cover our approach to removing CSAM that has:
- NO user identification, thus preserving privacy of the users. - NO user identification, thus preserving privacy of the users.