Mercurial > libervia-backend
changeset 3360:57afccb91961
plugin XEP-0329: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 Sep 2020 19:01:02 +0200 |
parents | 000b6722bd35 |
children | 43e60c40de65 |
files | sat/plugins/plugin_xep_0329.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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),