]> git.mxchange.org Git - friendica.git/commit
Fix bugs in the retraction code
authorZach Prezkuta <fermion@gmx.com>
Sat, 2 Jun 2012 22:11:31 +0000 (16:11 -0600)
committerZach Prezkuta <fermion@gmx.com>
Sun, 3 Jun 2012 20:53:30 +0000 (14:53 -0600)
commit77962aa79df5671e206635cc6980e4b1ac969bf9
treed3d5fe2a3db5a201a0f5f1d083053f6810f54be1
parentb000088ded0d0f677114da0af1c5ea6436a97560
Fix bugs in the retraction code

Currently, the following seems to be the functional status:
For a Diaspora top-level post:
Friendica comments show up AND delete
Diaspora comments show up AND delete for top-level owner
Diaspora comments show up for non-owner
Diaspora comments sometimes don't delete for non-owner
-> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log

Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora)
Diaspora likes show up
Diaspora non-owner can't unlike
-> Same as comments, seems to be Diaspora's fault

For a Friendica top-level post:
Friendica comments show up AND delete
Diaspora comments show up AND delete

Friendica likes don't show up in Diaspora sometimes
Friendica doesn't even message Diaspora for unlikes (sometimes?)
Diaspora likes and unlikes work
include/delivery.php
include/diaspora.php
include/items.php
include/notifier.php
update.php
view/diaspora_like_relay.tpl [changed mode: 0644->0755]
view/diaspora_relayable_retraction.tpl [changed mode: 0644->0755]