0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 12:08:40 +02:00
dendrite/federationsender/queue
Andrew Morgan 1eb77b8161
Don't print Sending EDU if there is noone to send to (#721)
The logs had a lot of:

```
Sending EDU event                             destinations="[]" edu_type=m.typing
```

Which is useless if it isn't actually sending the event anywhere (destinations is empty).
2019-07-01 16:04:49 +01:00
..
destinationqueue.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
queue.go Don't print Sending EDU if there is noone to send to (#721) 2019-07-01 16:04:49 +01:00