From f1245dc3c0470de565a3a5df8cf3864aac0bbbba Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 10 Jul 2020 18:23:17 +0100 Subject: Fix resync remote devices on receive PDU in worker mode. (#7815) The replication client requires that arguments are given as keyword arguments, which was not done in this case. We also pull out the logic so that we can catch and handle any exceptions raised, rather than leaving them unhandled. --- changelog.d/7815.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7815.bugfix (limited to 'changelog.d') diff --git a/changelog.d/7815.bugfix b/changelog.d/7815.bugfix new file mode 100644 index 0000000000..3e7c7d412e --- /dev/null +++ b/changelog.d/7815.bugfix @@ -0,0 +1 @@ +Fix detection of out of sync remote device lists when receiving events from remote users. -- cgit 1.4.1