diff options
author | friendica <info@friendica.com> | 2014-09-02 21:55:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-02 21:55:40 -0700 |
commit | f36b58eb45c2eb8a12c7869a8ec6991f245a4540 (patch) | |
tree | 42398ff3c5de4480085213bc6dac59f87fa5634e /include/diaspora.php | |
parent | 8337fd7bb417e73b4018bb11522e19b3b7fc705f (diff) | |
download | volse-hubzilla-f36b58eb45c2eb8a12c7869a8ec6991f245a4540.tar.gz volse-hubzilla-f36b58eb45c2eb8a12c7869a8ec6991f245a4540.tar.bz2 volse-hubzilla-f36b58eb45c2eb8a12c7869a8ec6991f245a4540.zip |
if we don't have a stored diaspora author signature which has been passed the baton since the post's creation, fill in the field with their redmatrix signature. It's pointless, but there's so much pointless stuff in here that I doubt it matters. From what I can ascertain - nobody is going to look at it anyway.
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index cd4f5591a..dbf906169 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2568,6 +2568,7 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) { // Author signature information (for likes, comments, and retractions of likes or comments, // whether from Diaspora or Friendica) must be placed in the `sign` table before this // function is called + $authorsig = $item['sig']; logger('diaspora_send_relay: original author signature not found, cannot send relayable'); // ignore - see below // return; |