0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-18 04:18:27 +02:00
dendrite/syncapi/consumers
Till c366ccdfca
Send-to-device consumer/producer tweaks (#2713)
Some tweaks for the send-to-device consumers/producers:
- use `json.RawMessage` without marshalling it first
- try further devices (if available) if we failed to `PublishMsg` in the
producers
- some logging changes (to better debug E2EE issues)
2022-09-13 09:35:45 +02:00
..
clientapi.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00
keychange.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00
presence.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00
receipts.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00
roomserver.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00
sendtodevice.go Send-to-device consumer/producer tweaks (#2713) 2022-09-13 09:35:45 +02:00
typing.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00
userapi.go Allow batching in JetStreamConsumer (#2686) 2022-08-31 12:21:56 +01:00