diff options
author | friendica <info@friendica.com> | 2014-04-10 16:14:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-10 16:14:19 -0700 |
commit | bf1f18e172808b0bbeb70180cd0eff305627645a (patch) | |
tree | eccf6790ea1485038b7d3784a1b76d3adbe130f1 /version.inc | |
parent | c97222c2fcac5eef8d0a95db5156b99219e56d42 (diff) | |
download | volse-hubzilla-bf1f18e172808b0bbeb70180cd0eff305627645a.tar.gz volse-hubzilla-bf1f18e172808b0bbeb70180cd0eff305627645a.tar.bz2 volse-hubzilla-bf1f18e172808b0bbeb70180cd0eff305627645a.zip |
Include the entire original item when notifying other channels of deletions as it contains important routing and scope information. Previously we were only sending a couple of critical fields like the message-id, flags, and creation date. The thinking was that it is deleted, let's not resend the deleted contents anywhere. But in order to route this through the same path the original post took we really need the entire original post with all of its baggage attached.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 6ef4f0add..a92680152 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-09.642 +2014-04-10.643 |