77962aa79d
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
12 lines
353 B
Smarty
Executable file
12 lines
353 B
Smarty
Executable file
<XML>
|
|
<post>
|
|
<relayable_retraction>
|
|
<target_type>$target_type</target_type>
|
|
<target_guid>$guid</target_guid>
|
|
<parent_author_signature>$parentsig</parent_author_signature>
|
|
<target_author_signature>$authorsig</target_author_signature>
|
|
<sender_handle>$handle</sender_handle>
|
|
</relayable_retraction>
|
|
</post>
|
|
</XML>
|