diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-10 13:37:09 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-10 13:37:09 +0000 |
commit | 053e6061089ba89a53caf264ea4a055cec8be8ba (patch) | |
tree | 0323006e1fdf262026fd6198c51c69f05ce6d54b /include/items.php | |
parent | 1dda77596926fe08990c8a6f31412a38fbc602b5 (diff) | |
parent | f2335448f44e270222dad9147bd2b2c4bfec950b (diff) | |
download | volse-hubzilla-053e6061089ba89a53caf264ea4a055cec8be8ba.tar.gz volse-hubzilla-053e6061089ba89a53caf264ea4a055cec8be8ba.tar.bz2 volse-hubzilla-053e6061089ba89a53caf264ea4a055cec8be8ba.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index a930a7c3e..e64e91dc3 100755 --- a/include/items.php +++ b/include/items.php @@ -2072,6 +2072,7 @@ function item_store($arr,$allow_exec = false) { return $ret; } + // is the new message multi-level threaded? // even though we don't support it now, preserve the info // and re-attach to the conversation parent. |