diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-10 20:18:33 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-10 20:18:33 -0700 |
commit | 2d63bbb91e97d3a54440564620ef3093ecbe71fb (patch) | |
tree | 2f0828a83cfd34cb1303d18034e1c9e1d197c7be /include/items.php | |
parent | e3734328eb7393bbdb76ce195d735ab48aa87324 (diff) | |
download | volse-hubzilla-2d63bbb91e97d3a54440564620ef3093ecbe71fb.tar.gz volse-hubzilla-2d63bbb91e97d3a54440564620ef3093ecbe71fb.tar.bz2 volse-hubzilla-2d63bbb91e97d3a54440564620ef3093ecbe71fb.zip |
prevent expiration of conversations you are involved with - allows you to find your own comments months from now
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index b313193fb..386c25922 100755 --- a/include/items.php +++ b/include/items.php @@ -1737,7 +1737,7 @@ logger('revision: ' . $arr['revision']); if($r[0]['owner_xchan'] !== $arr['owner_xchan']) { $arr['owner_xchan'] = $r[0]['owner_xchan']; -// $uplinked_comment = true; + // $uplinked_comment = true; } // if the parent is private, force privacy for the entire conversation |