mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
blog: change date
This commit is contained in:
parent
db8f33debe
commit
ddd3956a68
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue