dendrite/keyserver/consumers
Till 9d2d585c56
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-12 15:05:07 +01:00
..
devicelistupdate.go Avoid unneeded JSON operations (#2698) 2022-09-12 15:05:07 +01:00
signingkeyupdate.go Add a SigningKeyUpdate producer (#2697) 2022-09-12 15:05:06 +01:00