This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop adding a
message_id
to to-device messages
Currently, we add a `message_id` field to any to-device message that is sent by a local user to another local user, and then strip it off again before serving it to the user. This isn't terribly useful, because: 1. it can't be correlated in the sending/receiving clients 2. a single sendToDevice call, or federation EDU, can create multiple to-device messages all with the same message id, which again makes them less than useful for tracing. 3. It was never wired up for messages received over federation. So, let's stop doing that, in preparation for something better.
- Loading branch information
Showing
3 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters