docs: Initial end-to-end encryption over federation support

This commit is contained in:
Timo Kösters 2021-07-20 21:18:37 +02:00
parent fe3b5d32a7
commit 08a3326431
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 2 additions and 8 deletions

View file

@ -291,12 +291,6 @@ impl Sending {
if let OutgoingKind::Normal(server_name) = outgoing_kind {
if let Ok((select_edus, last_count)) = Self::select_edus(db, server_name) {
for edu in &select_edus {
let mut full_key = vec![b'*'];
full_key.extend_from_slice(&edu);
db.sending.servercurrentevents.insert(&full_key, &[])?;
}
events.extend(select_edus.into_iter().map(SendingEventType::Edu));
db.sending