diff options
author | Mario <mario@mariovavti.com> | 2020-01-15 21:43:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-01-15 21:43:47 +0000 |
commit | 2a0a06d74aa1e51b0e50459f90167ab35ba1411b (patch) | |
tree | e078f0a93779cb5f156c0f56b9df574bdad744ab /Zotlabs/Module/Pubstream.php | |
parent | ccaa93655a6b44834d04c536d809c4b2c69c354b (diff) | |
download | volse-hubzilla-2a0a06d74aa1e51b0e50459f90167ab35ba1411b.tar.gz volse-hubzilla-2a0a06d74aa1e51b0e50459f90167ab35ba1411b.tar.bz2 volse-hubzilla-2a0a06d74aa1e51b0e50459f90167ab35ba1411b.zip |
some work on zot6 DMs
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php index 282c10989..92ef44696 100644 --- a/Zotlabs/Module/Pubstream.php +++ b/Zotlabs/Module/Pubstream.php @@ -144,6 +144,7 @@ class Pubstream extends \Zotlabs\Web\Controller { '$conv' => '0', '$spam' => '0', '$fh' => '1', + '$dm' => '0', '$nouveau' => '0', '$wall' => '0', '$list' => '0', |