|
|
|
|
|
by likpok
1591 days ago
|
|
There are a lot of edge cases that people don't think about. A lot of communication data has two people associated, and a lot of it is highly sensitive. If a US person and a French person chat how does each get the messages? Message data is obviously highly sensitive and shouldn't be shared. Does the US person need to hit the French servers to see new messages, and vice versa? What about quoting? Message metadata (i.e. the fact that these two people are talking at all) is also pretty valuable -- the classic pen register is just a record of which calls were made to which numbers. Where do you store the metadata of the thread? It arguably belongs to and is private to both people. |
|
I would imagine each user has a copy of the other's messages in their own account, and that's what they would be hitting.