Mercurial > prosody-hg
diff plugins/mod_mam/mod_mam.lua @ 10299:fd94721186b8
Merge 0.11->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 03 Oct 2019 16:38:46 +0100 |
| parents | 0f335815244f 906ea5e1ec75 |
| children | cfc05e46b979 |
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua Mon Sep 30 08:22:30 2019 +0100 +++ b/plugins/mod_mam/mod_mam.lua Thu Oct 03 16:38:46 2019 +0100 @@ -93,6 +93,8 @@ local query = stanza.tags[1]; local qid = query.attr.queryid; + origin.mam_requested = true; + get_prefs(origin.username, true); -- Search query parameters
