0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00
dendrite/keyserver/consumers
Till 7e8c605f98
Avoid unneeded JSON operations (#2698)
We were `json.Unmarshal`ing the EDU and `json.Marshal`ing right before
sending the EDU to the stream. Those are now removed and the consumer
does `json.Unmarshal` once.
2022-09-07 12:16:04 +02:00
..
devicelistupdate.go Avoid unneeded JSON operations (#2698) 2022-09-07 12:16:04 +02:00
signingkeyupdate.go Add a SigningKeyUpdate producer (#2697) 2022-09-07 11:45:12 +02:00