this post was submitted on 21 Jun 2024
2 points (100.0% liked)

..:: tchncs ::..

1278 readers
2 users here now

Your friendly https://tchncs.de community! Discuss whats happening in the tchncs world and/or just use it as a community forum.

German and english allowed.

If you are looking for a way to support tchncs, please check out https://tchncs.de/donate


founded 1 year ago
MODERATORS
 

I have read in the TOS for the Matrix server that all messages are deleted after one year. If I am talking with someone, does that mean that messages that are older than a year are deleted on my side, or both sides of the conversation? What if the chat is E2EE? If I am using a device that is signed in and has seen old messages, are they removed from that device too?

top 3 comments
sorted by: hot top controversial new old
[–] poVoq@slrpnk.net 1 points 2 months ago

I assume the part in the TOS refers to an experimental feature of Synapse that allows setting a message retention time. I think what it does is to set a deleted flag in the DAG and maybe overwrite the internal storage...but deleting anything on Matrix is surprisingly difficult and this experimental feature comes with a big disclaimer in the config file.

However, the ever increasing storage requirements are a serious issue for large public Matrix servers, having resulted in some of them shutting down permanently and the tchncs one had to do expensive hardware upgrades solely because of that.

[–] Lojcs@lemm.ee 0 points 2 months ago* (last edited 2 months ago) (1 children)

I think that's for messages your client hasn't received from the server yet. If you don't login for a long time but keep getting messages that's how long they'll keep them.

Once all your clients have the message the server doesn't need to keep it any longer. I'd expect them to discard it immediately after that, but I guess they don't

[–] poVoq@slrpnk.net 1 points 2 months ago

That's not how Matrix works. Matrix runs an internal DAG that stores all messages basically permanently.