# HG changeset patch # User Goffi # Date 1600362062 -7200 # Node ID 57afccb91961fb25812ef756fc6ed8a14e53482a # Parent 000b6722bd35b6c3543636f3f7bfdd4a7e16c722 plugin XEP-0329: typo diff -r 000b6722bd35 -r 57afccb91961 sat/plugins/plugin_xep_0329.py --- a/sat/plugins/plugin_xep_0329.py Thu Sep 17 16:42:00 2020 +0200 +++ b/sat/plugins/plugin_xep_0329.py Thu Sep 17 19:01:02 2020 +0200 @@ -739,7 +739,7 @@ if len(path.parts) < 2: raise RootPathException namespace = elt.getAttribute('namespace') - files_data = await self.host.memory.getfiles( + files_data = await self.host.memory.getFiles( client, peer_jid=from_jid, path=str(path.parent),