This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit 76d44db
committed
Stop adding a
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.message_id to to-device messages1 parent 6acb6d7 commit 76d44db
3 files changed
+5
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | 581 | | |
585 | 582 | | |
586 | 583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 219 | | |
223 | 220 | | |
224 | 221 | | |
| |||
247 | 244 | | |
248 | 245 | | |
249 | 246 | | |
250 | | - | |
251 | 247 | | |
252 | 248 | | |
253 | 249 | | |
| |||
267 | 263 | | |
268 | 264 | | |
269 | 265 | | |
270 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1602 | 1602 | | |
1603 | 1603 | | |
1604 | 1604 | | |
1605 | | - | |
1606 | | - | |
1607 | | - | |
1608 | | - | |
1609 | | - | |
1610 | | - | |
1611 | | - | |
1612 | 1605 | | |
1613 | 1606 | | |
1614 | 1607 | | |
| |||
0 commit comments